From 2f8a8864608f8a872e616d83ce17a17c2a9f17ec Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 19 Mar 2017 18:33:58 +0200 Subject: [PATCH] Test --- src/komodo_gateway.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index e7cae45f7..3c3f1c63e 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -704,9 +704,9 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above KOMODO_REWIND = 0; } // 6a35506c65617365206d616b6520796f75722047697420636f6d6d6974206d65737361676573206d6f726520696e74657265737469 height.241778 checkdeposit n.4 [6a] [P] 80 vs 88 - for (i=0; i= 235300 ) return(-1); @@ -734,7 +734,7 @@ 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); - if ( baseid == USD && (height <= 4000 || komodo_isrealtime(&ht) == 0) ) + if ( baseid == USD && height <= 4000 ) return(0); } if ( script[offset] == opcode && opretlen < block.vtx[0].vout[n-1].scriptPubKey.size() )