This commit is contained in:
jl777
2019-07-10 23:53:09 -11:00
parent cf5d653365
commit a6c16efaa2

View File

@@ -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;
}