From 8c6619bc82a681dc8fb328c268a94e4116f55f1d Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 25 Nov 2016 11:05:25 -0300 Subject: [PATCH] test --- src/komodo_gateway.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index 45c9963f4..c523ffec7 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -380,7 +380,7 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above if ( pax->marked != 0 && height >= 80820 ) errs++; else matched++; - if ( 0 && opcode == 'X' ) + if ( opcode == 'X' ) printf("errs.%d i.%d match %.8f == %.8f pax.%p\n",errs,i,dstr(pax != 0 ? pax->komodoshis:-1),dstr(block.vtx[0].vout[i].nValue),pax); //komodo_paxmark(height,txids[i-1],vouts[i-1],height); //if ( pax->marked == 0 )