From d999dd588cab0ff479bc7bee8c9fc33880265ec6 Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Mon, 10 Feb 2020 19:49:31 -0500 Subject: [PATCH] Add SignTransaction function to ScriptPubKeyMan and LegacyScriptPubKeyMan --- src/wallet/scriptpubkeyman.cpp | 6 ++++++ src/wallet/scriptpubkeyman.h | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/src/wallet/scriptpubkeyman.cpp b/src/wallet/scriptpubkeyman.cpp index 8851d0af310..b110275654a 100644 --- a/src/wallet/scriptpubkeyman.cpp +++ b/src/wallet/scriptpubkeyman.cpp @@ -5,6 +5,7 @@ #include #include #include