This commit is contained in:
jl777
2016-11-08 12:11:36 -03:00
parent fba6038cd4
commit a39576b5e2

View File

@@ -509,7 +509,6 @@ 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);