From 151600bb4972f7bab4ed4a03d1f67c38e081fefe Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Tue, 17 Jul 2018 13:41:28 -0700 Subject: [PATCH] Swap in descriptors support into scantxoutset --- src/rpc/blockchain.cpp | 166 ++++++++-------------------- test/functional/rpc_scantxoutset.py | 8 +- 2 files changed, 49 insertions(+), 125 deletions(-) diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp index 012e3e3ac12..50f0bf52218 100644 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -20,6 +20,7 @@ #include #include #include +#include