This commit is contained in:
@@ -104,7 +104,10 @@ static bool Sign1(const CKeyID& address, const BaseSignatureCreator& creator, co
|
|||||||
{
|
{
|
||||||
vector<unsigned char> vchSig;
|
vector<unsigned char> vchSig;
|
||||||
if (!creator.CreateSig(vchSig, address, scriptCode, consensusBranchId))
|
if (!creator.CreateSig(vchSig, address, scriptCode, consensusBranchId))
|
||||||
|
{
|
||||||
|
fprintf(stderr,"Sign1 creatsig error\n");
|
||||||
return false;
|
return false;
|
||||||
|
}
|
||||||
ret.push_back(vchSig);
|
ret.push_back(vchSig);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user