GetPubKey: make sigdata const
This commit is contained in:
parent
f7beb95a1f
commit
b81a186056
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ static bool GetCScript(const SigningProvider& provider, const SignatureData& sig
|
|||
return false;
|
||||
}
|
||||
|
||||
static bool GetPubKey(const SigningProvider& provider, SignatureData& sigdata, const CKeyID& address, CPubKey& pubkey)
|
||||
static bool GetPubKey(const SigningProvider& provider, const SignatureData& sigdata, const CKeyID& address, CPubKey& pubkey)
|
||||
{
|
||||
// Look for pubkey in all partial sigs
|
||||
const auto it = sigdata.signatures.find(address);
|
||||
|
|
Loading…
Add table
Reference in a new issue