From b879b829992790f9061d7e0b3aa6b0d7e463ce29 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 19 Mar 2017 18:41:59 +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 3c3f1c63e..1c1889819 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -734,7 +734,7 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above } if ( KOMODO_PASSPORT_INITDONE == 0 ) // komodo_isrealtime(&ht) == 0 || init time already in DB return(0); - if ( baseid == USD && height <= 4000 ) + if ( baseid == USD && height <= 3900 ) return(0); } if ( script[offset] == opcode && opretlen < block.vtx[0].vout[n-1].scriptPubKey.size() )