From e97777b3b6b31d0cde02d539ed547801d970e8ba Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 21 Nov 2016 12:27:43 -0300 Subject: [PATCH] test --- src/komodo_gateway.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index 5ee767cc7..522cbf3a3 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -416,11 +416,7 @@ const char *komodo_opreturn(int32_t height,uint64_t value,uint8_t *opretbuf,int3 { printf("notarize %s %.8f -> %.8f kmd.%d other.%d\n",ASSETCHAINS_SYMBOL,dstr(value),dstr(komodoshis),kmdheight,height); } - else - { - printf(" %.8f -> %s withdraw already there\n",dstr(value),coinaddr); - komodo_gateway_deposit(coinaddr,komodoshis,(char *)"KMD",value,rmd160,txid,vout,kmdheight,height); - } + komodo_gateway_deposit(coinaddr,komodoshis,(char *)"KMD",value,rmd160,txid,vout,kmdheight,height); } } else if ( tokomodo != 0 && opretbuf[0] == 'A' )