diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index 3c8adb182..08171d2dd 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -769,7 +769,7 @@ const char *komodo_opreturn(int32_t height,uint64_t value,uint8_t *opretbuf,int3 } else //if ( seed != 0 && kmdheight > 91800 && strcmp(base,ASSETCHAINS_SYMBOL) == 0 ) printf("pax %s deposit %.8f rejected kmdheight.%d %.8f KMD check %.8f seed.%llu\n",base,dstr(fiatoshis),kmdheight,dstr(value),dstr(checktoshis),(long long)seed); - } + } else printf("paxdeposit height.%d vs kmdheight.%d\n",height,kmdheight); } } else if ( opretbuf[0] == 'I' ) diff --git a/src/komodo_pax.h b/src/komodo_pax.h index 3885736e0..8aa6e1c22 100644 --- a/src/komodo_pax.h +++ b/src/komodo_pax.h @@ -517,8 +517,8 @@ uint64_t komodo_paxpriceB(uint64_t *seedp,int32_t height,char *base,char *rel,ui } if ( nonz <= (numvotes >> 1) ) { - //printf("kmdbtc %llu btcusd %llu\n",(long long)kmdbtc,(long long)btcusd); - //printf("komodo_paxprice nonz.%d of numvotes.%d\n",nonz,numvotes); + printf("kmdbtc %llu btcusd %llu\n",(long long)kmdbtc,(long long)btcusd); + printf("komodo_paxprice nonz.%d of numvotes.%d seed.%llu\n",nonz,numvotes,(long long)*seedp); return(0); } return(komodo_paxcorrelation(votes,numvotes,*seedp) * basevolume / 100000);