-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Trivial: Add logging line in init.cpp that was accidentally removed with #10762 #12845
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trivial: Add logging line in init.cpp that was accidentally removed with #10762 #12845
Conversation
src/init.cpp
Outdated
@@ -88,7 +88,8 @@ class DummyWalletInit : public WalletInitInterface { | |||
void Close() override {} | |||
}; | |||
|
|||
std::unique_ptr<WalletInitInterface> g_wallet_init_interface(new DummyWalletInit); | |||
static DummyWalletInit g_dymmy_wallet_init; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a typo? Should it be g_dummy_wallet_init?
Needs rebase. |
This is based on #12836. Will review when that PR is merged/rejected and this PR can be rebased. |
442db68
to
0af6a95
Compare
#12845 has been merged. Please rebase! |
tACK 0af6a95 |
0af6a95
to
23abfb7
Compare
Tested ACK 23abfb7 |
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 23abfb7 |
…ally removed with #10762 23abfb7 added logging line back that was accidentally removed with #10762 (Steve Lee) Pull request description: 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. Tree-SHA512: 94133aa3add9c73fa33fcc51b89fe0bc58344ab8a0ca63898961932a57b1f14b79e8113d3aeae116e0b91809f5660c636a565ea4681368c7ba85890a30e70589
…ccidentally removed with bitcoin#10762 23abfb7 added logging line back that was accidentally removed with bitcoin#10762 (Steve Lee) Pull request description: 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. Tree-SHA512: 94133aa3add9c73fa33fcc51b89fe0bc58344ab8a0ca63898961932a57b1f14b79e8113d3aeae116e0b91809f5660c636a565ea4681368c7ba85890a30e70589
…ccidentally removed with bitcoin#10762 23abfb7 added logging line back that was accidentally removed with bitcoin#10762 (Steve Lee) Pull request description: 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. Tree-SHA512: 94133aa3add9c73fa33fcc51b89fe0bc58344ab8a0ca63898961932a57b1f14b79e8113d3aeae116e0b91809f5660c636a565ea4681368c7ba85890a30e70589
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.