diff options
author | Andrew Chow <achow101-github@achow101.com> | 2019-10-07 14:11:34 -0400 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2020-01-23 16:35:08 -0500 |
commit | e2f02aa59e3402048269362ff692d49a6df35cfd (patch) | |
tree | c9c6ff46623592a6f09a3ce5d9cb16c0db48f9da /src/wallet/wallet.h | |
parent | c729afd0a3b74a3943e4c359270beaf3e6ff8a7b (diff) |
Refactor: Copy CWallet signals and print function to LegacyScriptPubKeyMan
This commit does not change behavior.
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r-- | src/wallet/wallet.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index 0a6ed74153..0a340ec3aa 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -1181,6 +1181,9 @@ public: m_last_block_processed_height = block_height; m_last_block_processed = block_hash; }; + + //! Connect the signals from ScriptPubKeyMans to the signals in CWallet + void ConnectScriptPubKeyManNotifiers(); }; /** |