This commit is contained in:
jl777
2019-03-29 03:35:52 -11:00
parent 7d9ed2dcf1
commit ecc44461b0

View File

@@ -1961,7 +1961,7 @@ void komodo_cbopretupdate()
get_cryptoprices(Cryptos,(int32_t)(sizeof(Cryptos)/sizeof(*Cryptos)));
if ( (counter % 300) == 0 )
get_dailyfx();
if ( (ASSETCHAINS_CBOPRET & 2) != 0 )
/*if ( (ASSETCHAINS_CBOPRET & 2) != 0 )
{
get_currencies(Cryptos,(int32_t)(sizeof(Cryptos)/sizeof(*Cryptos)));
}
@@ -1984,7 +1984,7 @@ void komodo_cbopretupdate()
if ( (ASSETCHAINS_CBOPRET & 64) != 0 )
{
get_stocks(Techstocks,(int32_t)(sizeof(Techstocks)/sizeof(*Techstocks)));
}
}*/
}
counter++;
}