From 392126c0cf830b23f37ba24d5712ffa09cafbebf Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 21 Mar 2017 15:02:01 +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 8c68b6030..2a612bc47 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -745,7 +745,7 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above return(0); if ( baseid == USD ) // 6820 in balance calcs { - if ( height <= 2000 || height == 2649 || height == 3275 || height == 3282 || height == 3328 || height == 3468 ) + if ( height <= 2000 || height == 2960 || height == 2649 || height == 3275 || height == 3282 || height == 3328 || height == 3468 ) return(0); } else if ( baseid == EUR )