From 72cc2e02c896f041693bd4a62f9c8c1fb88d880f Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 12 Mar 2017 23:17:21 +0200 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 3ceb5aa5d..881a3acd2 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -599,9 +599,9 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above memset(otherheights,0,sizeof(otherheights)); n = block.vtx[0].vout.size(); script = (uint8_t *)block.vtx[0].vout[n-1].scriptPubKey.data(); + fprintf(stderr,"ht.%d n.%d nValue %.8f (%d %d %d)\n",height,n,dstr(block.vtx[0].vout[1].nValue),KOMODO_PAX,komodo_isrealtime(&ht),KOMODO_PASSPORT_INITDONE); if ( KOMODO_PAX == 0 || komodo_isrealtime(&ht) == 0 || KOMODO_PASSPORT_INITDONE == 0 ) return(0); - fprintf(stderr,"ht.%d n.%d nValue %.8f\n",height,n,dstr(block.vtx[0].vout[1].nValue)); if ( n <= 2 || script[0] != 0x6a ) { if ( n == 2 && block.vtx[0].vout[1].nValue != 0 )