Browse Source

test

release/v0.1
jl777 8 years ago
parent
commit
75ab5cab36
  1. 2
      iguana/iguana_msg.c

2
iguana/iguana_msg.c

@ -665,7 +665,7 @@ int32_t iguana_rwtx(struct supernet_info *myinfo,uint8_t zcash,int32_t rwflag,st
} }
*txidp = bits256_doublesha256(txidstr,txstart,len); *txidp = bits256_doublesha256(txidstr,txstart,len);
msg->allocsize = len; msg->allocsize = len;
if ( coin->VALIDATENODE != 0 && rwflag == 0 && (coin->VALIDATENODE > 1 || coin->RTheight > 0) ) if ( coin->VALIDATENODE > 1 && rwflag == 0 && coin->RTheight > 0 )
{ {
int32_t sigsvalid; struct iguana_block *block; int32_t sigsvalid; struct iguana_block *block;
if ( (block= iguana_blockfind("sig",coin,msg->txid)) != 0 && block->sigsvalid != 0 ) if ( (block= iguana_blockfind("sig",coin,msg->txid)) != 0 && block->sigsvalid != 0 )

Loading…
Cancel
Save