Skip to content

Commit b81a186

Browse files
committed
GetPubKey: make sigdata const
1 parent f7beb95 commit b81a186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/script/sign.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ static bool GetCScript(const SigningProvider& provider, const SignatureData& sig
4848
return false;
4949
}
5050

51-
static bool GetPubKey(const SigningProvider& provider, SignatureData& sigdata, const CKeyID& address, CPubKey& pubkey)
51+
static bool GetPubKey(const SigningProvider& provider, const SignatureData& sigdata, const CKeyID& address, CPubKey& pubkey)
5252
{
5353
// Look for pubkey in all partial sigs
5454
const auto it = sigdata.signatures.find(address);

0 commit comments

Comments
 (0)