From abb598a8ed9b1874434383c41d84ca0f719bde85 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 25 Mar 2016 22:52:00 -0300 Subject: [PATCH] test --- iguana/iguana_unspents.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/iguana/iguana_unspents.c b/iguana/iguana_unspents.c index 378dbe852..10ad4efcb 100755 --- a/iguana/iguana_unspents.c +++ b/iguana/iguana_unspents.c @@ -886,7 +886,6 @@ void iguana_RTramchainalloc(struct iguana_info *coin,struct iguana_bundle *bp) dest->H.txidind = dest->H.unspentind = dest->H.spendind = dest->pkind = dest->H.data->firsti; dest->externalind = dest->H.stacksize = 0; dest->H.scriptoffset = 1; - printf("ALLOC RTramchain %p\n"); } } @@ -898,7 +897,7 @@ int32_t iguana_realtime_update(struct iguana_info *coin) if ( (bp= coin->current) != 0 && bp->hdrsi == coin->longestchain/coin->chain->bundlesize && bp->hdrsi == coin->balanceswritten && coin->RTheight >= bp->bundleheight && coin->RTheight < bp->bundleheight+bp->n ) { iguana_RTramchainalloc(coin,bp); - printf("RTheight.%d rdata.%p\n",coin->RTheight,dest->H.data); + printf("RTheight.%d rdata.%p\n",coin->RTheight,coin->RTramchain.H.data); while ( (rdata= coin->RTramchain.H.data) != 0 && coin->RTheight <= coin->blocks.hwmchain.height) { dest = &coin->RTramchain;