diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-12-23 15:16:24 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-12-23 15:16:31 +0100 |
commit | f7367b88e1c2cf1feca4d49f49b9616a5ad85a44 (patch) | |
tree | 7309d86ed2cd0793e7f8b7912bcf6c1ba30888b1 /src/node/ui_interface.h | |
parent | f5c678e5c3f013520078768027cc8ff860a15279 (diff) | |
parent | ff5f6dea5336075d1a6cace1112be3252d97540b (diff) |
Merge bitcoin/bitcoin#23842: scripted-diff: Rename interfaces::WalletClient to interfaces::WalletLoader
ff5f6dea5336075d1a6cace1112be3252d97540b scripted-diff: Rename interfaces::WalletClient to interfaces::WalletLoader (Russell Yanofsky)
Pull request description:
Name has been confusing since it was introduced, and it was pointed in recent review club https://bitcoincore.reviews/10102 that it was particularly unclear how `interfaces::WalletClient` was different from `interfaces::Wallet`.
ACKs for top commit:
w0xlt:
ACK ff5f6de
Tree-SHA512: 26fa10baa457e76da1933adab187e9be61b8d76cff1cf2c73ad4320461c7e31fb9db07b7c2486998294826beb4a1aca255c14903920b443db6213e653c5f7e0a
Diffstat (limited to 'src/node/ui_interface.h')
-rw-r--r-- | src/node/ui_interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/ui_interface.h b/src/node/ui_interface.h index f969bcde21..5e11b08976 100644 --- a/src/node/ui_interface.h +++ b/src/node/ui_interface.h @@ -82,7 +82,7 @@ public: /** Progress message during initialization. */ ADD_SIGNALS_DECL_WRAPPER(InitMessage, void, const std::string& message); - /** Wallet client created. */ + /** Wallet loader created. */ ADD_SIGNALS_DECL_WRAPPER(InitWallet, void, ); /** Number of network connections changed. */ |