From 950245db8538f8102716e833d5787089153e1d5d Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 30 Oct 2016 07:38:24 -0300 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 28c86cf8b..e626571c7 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -145,7 +145,7 @@ const char *komodo_opreturn(int32_t height,uint64_t value,uint8_t *opretbuf,int3 for (i=0; i<33; i++) printf("%02x",pubkey33[i]); printf(" checkpubkey check %.8f v %.8f dest.(%s) height.%d\n",dstr(checktoshis),dstr(value),destaddr,height); - if ( value >= checktoshis && shortflag == ASSETCHAINS_SHORTFLAG ) + if ( value >= checktoshis )//&& shortflag == ASSETCHAINS_SHORTFLAG ) { komodo_gateway_deposit(coinaddr,value,shortflag,base,fiatoshis,rmd160,txid,vout); }