From 6e560ef8c5ffa1708e44e9a36caf3a78f1e18b23 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 19 Mar 2017 19:13:23 +0200 Subject: [PATCH] Test --- src/komodo_gateway.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index efdfd9990..d9700cbb4 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -734,8 +734,9 @@ 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); - // 7b6e26d9ffbb7cc1b71185c38906b71632324d1c9df3a2596d09e1353a714c27 - if ( baseid == USD && (height == 1338 || height == 1339 || height == 1344) ) + // f9510bbd58f90ea133653005a6e3087779fd838317518ba63cce2b0fc381dff6 1337 + // 7b6e26d9ffbb7cc1b71185c38906b71632324d1c9df3a2596d09e1353a714c27 1338 + if ( baseid == USD && (height == 1337 || height == 1338 || height == 1339 || height == 1344) ) return(0); } if ( script[offset] == opcode && opretlen < block.vtx[0].vout[n-1].scriptPubKey.size() )