Solved bypass
This commit is contained in:
@@ -433,7 +433,8 @@ bool ProduceSignature(const BaseSignatureCreator& creator, const CScript& fromPu
|
|||||||
}
|
}
|
||||||
|
|
||||||
sigdata.scriptSig = PushAll(result);
|
sigdata.scriptSig = PushAll(result);
|
||||||
|
if ( KOMODO_NSPV != 0 )
|
||||||
|
return(solved);
|
||||||
// Test solution
|
// Test solution
|
||||||
return solved && VerifyScript(sigdata.scriptSig, fromPubKey, STANDARD_SCRIPT_VERIFY_FLAGS, creator.Checker(), consensusBranchId);
|
return solved && VerifyScript(sigdata.scriptSig, fromPubKey, STANDARD_SCRIPT_VERIFY_FLAGS, creator.Checker(), consensusBranchId);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user