mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Encapsulate public keys in CPubKey
This commit is contained in:
parent
f04017f702
commit
fd61d6f506
16 changed files with 127 additions and 86 deletions
|
|
@ -1374,7 +1374,7 @@ bool Solver(const CKeyStore& keystore, const CScript& scriptPubKey, uint256 hash
|
|||
return false;
|
||||
else
|
||||
{
|
||||
valtype vch;
|
||||
CPubKey vch;
|
||||
keystore.GetPubKey(address, vch);
|
||||
scriptSigRet << vch;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue