From 6755c2aa31dab632cc27619a70de6f20a55407f0 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 26 Dec 2016 08:44:26 +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 d6be98160..27af234cb 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -640,7 +640,7 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above { printf("WOULD REJECT %s: ht.%d (%c) matched.%d vs num.%d\n",symbol,height,opcode,matched,num); // can easily happen depending on order of loading - if ( height > 150000 ) + if ( height > 200000 ) { printf("REJECT: ht.%d (%c) matched.%d vs num.%d\n",height,opcode,matched,num); return(-1);