Skip to content

Conversation

moneyball
Copy link
Contributor

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.

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;
Copy link
Contributor Author

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?

@promag
Copy link
Contributor

promag commented Mar 30, 2018

Needs rebase.

@jnewbery
Copy link
Contributor

jnewbery commented Apr 2, 2018

This is based on #12836. Will review when that PR is merged/rejected and this PR can be rebased.

@moneyball moneyball force-pushed the add_logging_line_to_newer_branch branch from 442db68 to 0af6a95 Compare April 6, 2018 21:31
@jnewbery
Copy link
Contributor

jnewbery commented Apr 7, 2018

#12845 has been merged. Please rebase!

@Christewart
Copy link
Contributor

tACK 0af6a95

@moneyball moneyball force-pushed the add_logging_line_to_newer_branch branch from 0af6a95 to 23abfb7 Compare April 9, 2018 20:18
@jnewbery
Copy link
Contributor

jnewbery commented Apr 9, 2018

Tested ACK 23abfb7

@moneyball
Copy link
Contributor Author

moneyball commented Apr 9, 2018

I have rebased to master. I also re-tested as follows:

  1. Built with wallet disabled and ensured the logging line added is emitted in debug output
  2. Built with wallet enabled and ensure the logging line added is not emitted in debug output

For both of the above configurations, I made sure 'make check' tests passed.

@maflcko
Copy link
Member

maflcko commented Apr 9, 2018

utACK 23abfb7

@maflcko maflcko merged commit 23abfb7 into bitcoin:master Apr 9, 2018
maflcko pushed a commit that referenced this pull request Apr 9, 2018
…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
@moneyball moneyball deleted the add_logging_line_to_newer_branch branch April 10, 2018 05:36
PastaPastaPasta pushed a commit to PastaPastaPasta/dash that referenced this pull request Dec 16, 2020
…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
PastaPastaPasta pushed a commit to PastaPastaPasta/dash that referenced this pull request Dec 18, 2020
…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
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants