From 6a9c429084b40356aa36aa67992da35f61c2f6a2 Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Thu, 13 Feb 2020 17:09:12 -0500 Subject: Move direct calls to MessageSign into new SignMessage functions in CWallet and ScriptPubKeyMan Instead of getting a SigningProvider and then going to MessageSign, have ScriptPubKeyMan handle the message signing internally. --- src/interfaces/wallet.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/interfaces/wallet.h') diff --git a/src/interfaces/wallet.h b/src/interfaces/wallet.h index 964608ff82..6f27ee126d 100644 --- a/src/interfaces/wallet.h +++ b/src/interfaces/wallet.h @@ -10,6 +10,7 @@ #include