From cbb7cd4b6a8598f70e05eb1cf53f9516a01a39e6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 21 Mar 2017 09:13:10 +0200 Subject: [PATCH] Test --- src/komodo_gateway.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index ad3409ad3..d6db7085d 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -902,6 +902,8 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above return(0); } } + if ( strcmp(ASSETCHAINS_SYMBOL,"EUR") == 0 ) + printf("%s height.%d\n",ASSETCHAINS_SYMBOL,height); if ( script[offset] == opcode && opretlen < block.vtx[0].vout[n-1].scriptPubKey.size() ) { if ( (num= komodo_issued_opreturn(base,txids,vouts,values,srcvalues,kmdheights,otherheights,baseids,rmd160s,&script[offset],opretlen,opcode == 'X')) > 0 )