This commit is contained in:
jl777
2016-10-25 08:23:55 -03:00
parent cbee4d6b16
commit beafd76b02
4 changed files with 4 additions and 4 deletions

View File

@@ -817,6 +817,7 @@ bool EvalScript(vector<vector<unsigned char> >& stack, const CScript& script, un
}
break;
// script that takes PAXpubkey + real pubkey, verifies output is within acceptable range and sig is for real pubkey. adjust vin amount to fiatvalue
case OP_CHECKSIG:
case OP_CHECKSIGVERIFY:
{