I made the change based off of the DummyWalletInit refactor commit. I can rebase once that is merged.
I built with wallet disabled and debug enabled. I then confirmed in the debug output that the logging line I added back indeed printed.
I made the change based off of the DummyWalletInit refactor commit. I can rebase once that is merged.
I built with wallet disabled and debug enabled. I then confirmed in the debug output that the logging line I added back indeed printed.
87 | @@ -88,7 +88,8 @@ class DummyWalletInit : public WalletInitInterface { 88 | void Close() override {} 89 | }; 90 | 91 | -std::unique_ptr<WalletInitInterface> g_wallet_init_interface(new DummyWalletInit); 92 | +static DummyWalletInit g_dymmy_wallet_init;
Is this a typo? Should it be g_dummy_wallet_init?
Needs rebase.
tACK 0af6a95
Tested ACK 23abfb7b7fea6923dc29a9ff1aa958dee83e3bd7
I have rebased to master. I also re-tested as follows:
For both of the above configurations, I made sure 'make check' tests passed.
utACK 23abfb7b7fea6923dc29a9ff1aa958dee83e3bd7