aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/walletdb.cpp
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2019-10-07 14:11:34 -0400
committerAndrew Chow <achow101-github@achow101.com>2019-10-25 19:20:24 -0400
commit6702048f91089d7a565e5ca5f7c8dcd2ca405a85 (patch)
tree06ce34574f0a51b70967af8cbd6856fb3a7b7199 /src/wallet/walletdb.cpp
parentab053ec6d1e766402f88947d29cd875a285e7280 (diff)
downloadbitcoin-6702048f91089d7a565e5ca5f7c8dcd2ca405a85.tar.xz
MOVEONLY: Move key handling code out of wallet to keyman file
Start moving wallet and ismine code to scriptpubkeyman.h, scriptpubkeyman.cpp The easiest way to review this commit is to run: git log -p -n1 --color-moved=dimmed_zebra And check that everything is a move (other than includes and copyrights comments). This commit is move-only and doesn't change code or affect behavior.
Diffstat (limited to 'src/wallet/walletdb.cpp')
-rw-r--r--src/wallet/walletdb.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/walletdb.cpp b/src/wallet/walletdb.cpp
index a9e6763c6d..edd8bab9ae 100644
--- a/src/wallet/walletdb.cpp
+++ b/src/wallet/walletdb.cpp
@@ -12,6 +12,7 @@
#include <sync.h>
#include <util/system.h>
#include <util/time.h>
+#include <wallet/scriptpubkeyman.h>
#include <wallet/wallet.h>
#include <atomic>