Skip to content

Commit

Permalink
let mac know what things are
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed Dec 22, 2023
1 parent 77106ee commit 09cb34b
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 09cb34b

Please sign in to comment.