From 3194a7f88ac1a32997b390b4f188c4b6a4af04a5 Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Fri, 28 Feb 2020 19:14:12 -0500 Subject: Introduce WalletDescriptor class WalletDescriptor is a Descriptor with other wallet metadata --- src/wallet/walletutil.h | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'src/wallet/walletutil.h') diff --git a/src/wallet/walletutil.h b/src/wallet/walletutil.h index 4f1f4c79dd..d7e07ed04c 100644 --- a/src/wallet/walletutil.h +++ b/src/wallet/walletutil.h @@ -6,6 +6,7 @@ #define BITCOIN_WALLET_WALLETUTIL_H #include +#include