- Move starting bank credit and actor bootstrap to bank account creation - Rename bank store init function to `initBankStore`
7 lines
127 B
C++
7 lines
127 B
C++
PREP(initBank);
|
|
PREP(initBankStore);
|
|
PREP(initMessenger);
|
|
PREP(initModel);
|
|
PREP(initPayloadBuilder);
|
|
PREP(initSessionManager);
|