This commit is contained in:
jl777
2019-04-02 23:47:37 -11:00
parent 5d861c188a
commit f8b7e0480f
3 changed files with 28 additions and 3 deletions

View File

@@ -2109,7 +2109,8 @@ int32_t get_btcusd(uint32_t pricebits[4])
int32_t komodo_cbopretsize(uint64_t flags)
{
int32_t size = 0;
int32_t size = 0; uint32_t cryptoprices[sizeof(Cryptos)/sizeof(*Cryptos)],forexprices[sizeof(Forex)/sizeof(*Forex)];
if ( (ASSETCHAINS_CBOPRET & 1) != 0 )
{
size = PRICES_SIZEBIT0;