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