From 151600bb4972f7bab4ed4a03d1f67c38e081fefe Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Tue, 17 Jul 2018 13:41:28 -0700 Subject: Swap in descriptors support into scantxoutset --- src/rpc/blockchain.cpp | 166 ++++++++++++++----------------------------------- 1 file changed, 46 insertions(+), 120 deletions(-) (limited to 'src/rpc/blockchain.cpp') diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp index 012e3e3ac1..50f0bf5221 100644 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -20,6 +20,7 @@ #include #include #include +#include