Skip to content

Commit

Permalink
Merge pull request #2399 from KomodoPlatform/dev
Browse files Browse the repository at this point in the history
use variable mac is ok with
  • Loading branch information
smk762 authored Dec 22, 2023
2 parents 0bfa58d + 09cb34b commit bcc289a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/atomicdex/services/price/global.provider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ namespace atomic_dex
refresh_other_coins_rates(second_id, g_second_primary_dex_coin, with_update, 0);
already_send = true;
}
for (auto&& coin: m_config.possible_currencies)
for (auto&& coin: this->m_cfg.possible_currencies)
{
if (g_primary_dex_coin != coin && g_second_primary_dex_coin != coin)
{
Expand Down

0 comments on commit bcc289a

Please sign in to comment.