aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/receive.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/receive.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/receive.h')
-rw-r--r--src/wallet/receive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/receive.h b/src/wallet/receive.h
index 87be0fc2ae..d50644b4cf 100644
--- a/src/wallet/receive.h
+++ b/src/wallet/receive.h
@@ -6,8 +6,8 @@
#define BITCOIN_WALLET_RECEIVE_H
#include <consensus/amount.h>
-#include <wallet/ismine.h>
#include <wallet/transaction.h>
+#include <wallet/types.h>
#include <wallet/wallet.h>
namespace wallet {