From 16203d5df755fe8fc0c5ddc026714d87b504ff24 Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Sat, 13 Oct 2018 13:32:18 -0700 Subject: Add descriptors to listunspent and getaddressinfo + tests --- src/wallet/rpcwallet.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/wallet') diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index dc39ba3001..46259535ac 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -20,6 +20,7 @@ #include #include #include +#include