From 2950a22af2eaaacb01446a0e457cfee194073d41 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 19 Mar 2017 20:14:12 +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 d1b696734..f34ffb179 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -736,7 +736,7 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above return(0); // f9510bbd58f90ea133653005a6e3087779fd838317518ba63cce2b0fc381dff6 1337 // 7b6e26d9ffbb7cc1b71185c38906b71632324d1c9df3a2596d09e1353a714c27 1338 - if ( baseid == USD && (height <= 2000 || height == 2075 || height == 2131 || height == 3282 || height == 3328 || height == 3468) ) + if ( baseid == USD && (height <= 2000 || height == 2075 || height == 2082 || height == 2131 || height == 3282 || height == 3328 || height == 3468) ) return(0); } if ( script[offset] == opcode && opretlen < block.vtx[0].vout[n-1].scriptPubKey.size() )