From b2da43cf03c4e839854dd220b9dfca5b5bc0067f Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 12 Sep 2018 01:15:17 -1100 Subject: [PATCH] Test --- src/cc/oracles.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cc/oracles.cpp b/src/cc/oracles.cpp index 7a5f38c00..a74871d8a 100644 --- a/src/cc/oracles.cpp +++ b/src/cc/oracles.cpp @@ -554,8 +554,8 @@ bool OraclesDataValidate(struct CCcontract_info *cp,Eval* eval,const CTransactio else { //fprintf(stderr,"vini.%d check hash and vout\n",i); - if ( hashBlock == zerohash ) - return eval->Invalid("cant Oracles from mempool"); + //if ( hashBlock == zerohash ) + // return eval->Invalid("cant Oracles from mempool"); if ( (assetoshis= IsOraclesvout(cp,vinTx,tx.vin[i].prevout.n)) != 0 ) { if ( i == 1 && vinTx.vout[1].scriptPubKey != tx.vout[1].scriptPubKey )