aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2019-10-07 14:11:34 -0400
committerAndrew Chow <achow101-github@achow101.com>2020-01-23 16:35:08 -0500
commite2f02aa59e3402048269362ff692d49a6df35cfd (patch)
treec9c6ff46623592a6f09a3ce5d9cb16c0db48f9da /src/wallet/wallet.h
parentc729afd0a3b74a3943e4c359270beaf3e6ff8a7b (diff)
downloadbitcoin-e2f02aa59e3402048269362ff692d49a6df35cfd.tar.xz
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.h3
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();
};
/**