This commit is contained in:
jl777
2019-04-02 01:34:31 -11:00
parent 61e193953f
commit 4255664ef5

View File

@@ -1219,7 +1219,7 @@ UniValue prices(const UniValue& params, bool fHelp)
{
prices[j*width + i] = rawprices[j];
if ( j == 1 )
fprintf(stderr,"[%d] <- %.1f ",j*width+i,(double)rawprices[j]/10000)
fprintf(stderr,"[%d] <- %.1f ",j*width+i,(double)rawprices[j]/10000);
}
}
} else throw JSONRPCError(RPC_INVALID_PARAMETER, "no komodo_rawprices found");