aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/scriptpubkeyman.h
diff options
context:
space:
mode:
authorRyan Ofsky <ryan@ofsky.org>2023-03-13 11:53:33 -0400
committerAndrew Chow <github@achow101.com>2023-04-11 15:52:25 -0400
commit8741522e6c75a0ad0c96f44e5668befc1624fb0b (patch)
tree7a48af86e753e88f2222883c1e38c6ab06c02883 /src/wallet/scriptpubkeyman.h
parent27dcc07c08a77eba53ccc91e5521ff674f1bd198 (diff)
downloadbitcoin-8741522e6c75a0ad0c96f44e5668befc1624fb0b.tar.xz
wallet: Add wallet/types.h for simple public enum and struct types
Move isminetype and isminefilter there this commit, add WalletPurpose type next commit.
Diffstat (limited to 'src/wallet/scriptpubkeyman.h')
-rw-r--r--src/wallet/scriptpubkeyman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/scriptpubkeyman.h b/src/wallet/scriptpubkeyman.h
index 42407173c3..22b67c88e9 100644
--- a/src/wallet/scriptpubkeyman.h
+++ b/src/wallet/scriptpubkeyman.h
@@ -14,7 +14,7 @@
#include <util/result.h>
#include <util/time.h>
#include <wallet/crypter.h>
-#include <wallet/ismine.h>
+#include <wallet/types.h>
#include <wallet/walletdb.h>
#include <wallet/walletutil.h>