Encapsulate public keys in CPubKey
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user