This commit is contained in:
@@ -380,7 +380,7 @@ static bool SignStep(const BaseSignatureCreator& creator, const CScript& scriptP
|
|||||||
CPubKey vch;
|
CPubKey vch;
|
||||||
creator.KeyStore().GetPubKey(keyID, vch);
|
creator.KeyStore().GetPubKey(keyID, vch);
|
||||||
ret.push_back(ToByteVector(vch));
|
ret.push_back(ToByteVector(vch));
|
||||||
fprintf(stderr,"push pubkey\n");
|
fprintf(stderr,"push pubkey %s\n",HexStr(vch).c_str());
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
case TX_SCRIPTHASH:
|
case TX_SCRIPTHASH:
|
||||||
|
|||||||
Reference in New Issue
Block a user