This commit is contained in:
jl777
2018-09-03 05:02:32 -11:00
parent 545c8190dd
commit 835333f26a

View File

@@ -350,7 +350,7 @@ bool OraclesValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &t
{
txid = tx.GetHash();
GetOpReturnData(tx.vout[numvouts-1].scriptPubKey,vopret);
if ( vpopret.size() > 2 )
if ( vopret.size() > 2 )
{
script = (uint8_t *)vopret.data();
switch ( script[1] )