From fa7d97dba681568f69b84c7148283ca5cc422642 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 18 Jan 2017 23:26:17 +0200 Subject: [PATCH] test --- src/komodo_pax.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/komodo_pax.h b/src/komodo_pax.h index c12544cb0..79f01aefe 100644 --- a/src/komodo_pax.h +++ b/src/komodo_pax.h @@ -496,7 +496,7 @@ uint64_t komodo_paxpriceB(uint64_t *seedp,int32_t height,char *base,char *rel,ui } numvotes = (int32_t)(sizeof(Peggy_inds)/sizeof(*Peggy_inds)); memset(votes,0,sizeof(votes)); - //if ( komodo_kmdbtcusd(0,&kmdbtc,&btcusd,height) < 0 ) + //if ( komodo_kmdbtcusd(0,&kmdbtc,&btcusd,height) < 0 ) crashes when via passthru GUI use { memset(btcusds,0,sizeof(btcusds)); memset(kmdbtcs,0,sizeof(kmdbtcs)); @@ -557,8 +557,8 @@ uint64_t komodo_paxprice(uint64_t *seedp,int32_t height,char *base,char *rel,uin break; } } - //if ( height < KOMODO_MAINNET_START ) - // break; + if ( height < 165000 ) + break; } portable_mutex_unlock(&komodo_mutex); if ( nonz != 0 )