From ca8433f7e3b8b970f365a41cf8972f91d37ed929 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 20 Mar 2017 06:24:39 +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 005793562..708ce42c4 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -853,7 +853,7 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above } else if ( baseid == MYR ) { - if ( height == 1015 || height == 984 || height == 950 || height == 949 || height == 823 || height == 820 || height == 818 || height == 812 || height == 809 || height == 126 || height == 789 || height == 144 || height == 746 ) + if ( height == 1015 || height == 984 || height == 950 || height == 949 || height == 823 || height == 820 || height == 818 || height == 812 || height == 809 || height == 126 || height == 789 || height == 144 || height == 746 || height == 146 ) return(0); } else if ( baseid == PHP )