From 16203d5df755fe8fc0c5ddc026714d87b504ff24 Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Sat, 13 Oct 2018 13:32:18 -0700 Subject: [PATCH] Add descriptors to listunspent and getaddressinfo + tests --- src/wallet/rpcwallet.cpp | 13 ++++++ test/functional/wallet_address_types.py | 56 +++++++++++++++++++++++++ 2 files changed, 69 insertions(+) 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