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