From f55c6d7c80f79bf6cfd4a14242b6a66c633ef4f1 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 8 Nov 2016 12:00:58 -0300 Subject: [PATCH] test --- src/komodo_gateway.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index 924c61f76..cb148baad 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -509,6 +509,7 @@ void komodo_gateway_iteration(char *symbol) void komodo_iteration(char *symbol) { char *retstr,*base,*coinaddr,*txidstr,cmd[512]; uint64_t value,fiatoshis; cJSON *array,*item; int32_t i,n,vout,shortflag,height,fiatheight; uint256 txid; uint8_t rmd160[20],addrtype; + return; if ( ASSETCHAINS_SYMBOL[0] == 0 ) { sprintf(cmd,"{\"agent\":\"dpow\",\"method\":\"pending\",\"fiat\":\"%s\"}",symbol);