From 92993aa5cf37995e65e68dfd6f129ecaf418e01c Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Wed, 23 Jun 2021 17:28:54 -0400 Subject: Change SignTransaction's input_errors to use bilingual_str --- src/script/sign.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/script/sign.h') diff --git a/src/script/sign.h b/src/script/sign.h index b4e7318892..b8fcac2e3c 100644 --- a/src/script/sign.h +++ b/src/script/sign.h @@ -21,6 +21,7 @@ class CScript; class CTransaction; class SigningProvider; +struct bilingual_str; struct CMutableTransaction; /** Interface for signature creators. */ @@ -178,6 +179,6 @@ bool IsSolvable(const SigningProvider& provider, const CScript& script); bool IsSegWitOutput(const SigningProvider& provider, const CScript& script); /** Sign the CMutableTransaction */ -bool SignTransaction(CMutableTransaction& mtx, const SigningProvider* provider, const std::map& coins, int sighash, std::map& input_errors); +bool SignTransaction(CMutableTransaction& mtx, const SigningProvider* provider, const std::map& coins, int sighash, std::map& input_errors); #endif // BITCOIN_SCRIPT_SIGN_H -- cgit v1.2.3