From f554aac4cfbf8139347df040416a55a5296b568b Mon Sep 17 00:00:00 2001 From: Jon Layton Date: Mon, 4 Jun 2018 15:27:51 -0500 Subject: [PATCH] [wallet] JSONRPCRequest for signrawtransaction and sendrawtransaction --- src/wallet/asyncrpcoperation_mergetoaddress.cpp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/wallet/asyncrpcoperation_mergetoaddress.cpp b/src/wallet/asyncrpcoperation_mergetoaddress.cpp index 88e88763d..8500c548b 100644 --- a/src/wallet/asyncrpcoperation_mergetoaddress.cpp +++ b/src/wallet/asyncrpcoperation_mergetoaddress.cpp @@ -15,6 +15,7 @@ #include #include #include +#include #include