mirror of
https://git.hush.is/hush/hush3.git
synced 2025-09-27 00:03:21 -04:00
Test
This commit is contained in:
parent
7fb5e4aa6f
commit
b2da43cf03
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user