Skip to content

Commit 09cb34b

Browse files
committed
let mac know what things are
1 parent 77106ee commit 09cb34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/atomicdex/services/price/global.provider.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ namespace atomic_dex
453453
refresh_other_coins_rates(second_id, g_second_primary_dex_coin, with_update, 0);
454454
already_send = true;
455455
}
456-
for (auto&& coin: m_config.possible_currencies)
456+
for (auto&& coin: this->m_cfg.possible_currencies)
457457
{
458458
if (g_primary_dex_coin != coin && g_second_primary_dex_coin != coin)
459459
{

0 commit comments

Comments
 (0)