diff --git a/iguana/iguana777.h b/iguana/iguana777.h index 77d5556a0..e783a1390 100755 --- a/iguana/iguana777.h +++ b/iguana/iguana777.h @@ -103,7 +103,7 @@ struct supernet_info void *PAXDATA; struct liquidity_info linfos[64]; struct komodo_notaries NOTARY; - char seedipaddr[64]; + char seedipaddr[64]; uint32_t dpowipbits[128]; int32_t numdpowipbits; // compatibility bits256 pangea_category,instantdex_category; uint8_t logs[256],exps[510]; diff --git a/includes/iguana_structs.h b/includes/iguana_structs.h index 4a261c14b..0ed6cbfe5 100755 --- a/includes/iguana_structs.h +++ b/includes/iguana_structs.h @@ -508,7 +508,7 @@ struct iguana_info uint32_t utxoaddrlastcount,*utxoaddroffsets,lastunspentsupdate; uint8_t *utxoaddrtable; bits256 utxoaddrhash; FILE *utxofp; bits256 markedunspents[1024]; - char seedipaddr[64]; uint32_t dpowipbits[128]; int32_t numdpowipbits; + char seedipaddr[64]; uint32_t lastbesthashtime; bits256 lastbesthash; int32_t lastbestheight; struct iguana_block *RTblocks[65536]; uint8_t *RTrawdata[65536]; int32_t RTrecvlens[65536],RTnumtx[65536]; struct iguana_RTtxid *RTdataset; struct iguana_RTaddr *RTaddrs;