From 1cb252e01d30583e0557bf1b0f4814c902300aab Mon Sep 17 00:00:00 2001 From: Gregory Sanders Date: Fri, 11 Jan 2019 12:54:59 -0500 Subject: [PATCH] Descriptor support in PAK infrastructure and tests --- src/wallet/rpcdump.cpp | 26 ++-- src/wallet/rpcwallet.cpp | 212 +++++++++++++++++++++++---------- src/wallet/wallet.cpp | 10 ++ src/wallet/wallet.h | 13 +- src/wallet/walletdb.cpp | 11 ++ src/wallet/walletdb.h | 4 +- test/functional/feature_pak.py | 120 +++++++++++++++++-- 7 files changed, 310 insertions(+), 86 deletions(-) diff --git a/src/wallet/rpcdump.cpp b/src/wallet/rpcdump.cpp index bf9a03f50b..da0911dc32 100644 --- a/src/wallet/rpcdump.cpp +++ b/src/wallet/rpcdump.cpp @@ -25,6 +25,8 @@ #include +#include