Eval* eval,

This commit is contained in:
jl777
2018-07-24 00:17:21 -11:00
parent ae02bd6ba2
commit ced7a51333
2 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ struct CCcontract_info
uint256 prevtxid;
char unspendableCCaddr[64],CChexstr[72];
uint8_t CCpriv[32];
bool (*validate)(Eval* eval,struct CCcontract_info *cp,const CTransaction &tx);
bool (*validate)(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx);
bool (*ismyvin)(CScript const& scriptSig);
uint8_t evalcode,didinit;
};