Skip to content

Commit bcc289a

Browse files
authored
Merge pull request #2399 from KomodoPlatform/dev
use variable mac is ok with
2 parents 0bfa58d + 09cb34b commit bcc289a

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)