Skip to content

Commit

Permalink
try get rid of paprika
Browse files Browse the repository at this point in the history
  • Loading branch information
cipig committed Mar 22, 2024
1 parent 7090c23 commit 0c75ae4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/core/atomicdex/events/events.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ namespace atomic_dex
using mm2_initialized = entt::tag<"mm2_running_and_enabling"_hs>;
using default_coins_enabled = entt::tag<"default_coins_enabled"_hs>;
using current_currency_changed = entt::tag<"update_orders_and_swap_values"_hs>;
using force_update_providers = entt::tag<"force_update_providers"_hs>;
using force_update_defi_stats = entt::tag<"force_update_defi_stats"_hs>;
using download_started = entt::tag<"download_started"_hs>;
using download_complete = entt::tag<"download_complete"_hs>;
Expand Down
1 change: 0 additions & 1 deletion src/core/atomicdex/pages/qt.settings.page.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ namespace atomic_dex
SPDLOG_INFO("change currency {} to {}", m_config.current_currency, current_currency.toStdString());
atomic_dex::change_currency(m_config, current_currency.toStdString());

// this->dispatcher_.trigger<force_update_providers>();
this->dispatcher_.trigger<update_portfolio_values>();
this->dispatcher_.trigger<current_currency_changed>();
emit onCurrencyChanged();
Expand Down
1 change: 0 additions & 1 deletion src/core/atomicdex/services/mm2/mm2.service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2221,7 +2221,6 @@ namespace atomic_dex
SPDLOG_DEBUG("{} l{} f[{}]", __FUNCTION__, __LINE__, std::filesystem::path(__FILE__).filename().string());
this->m_current_wallet_name = std::move(wallet_name);
this->dispatcher_.trigger<coin_cfg_parsed>(this->retrieve_coins_informations());
this->dispatcher_.trigger<force_update_providers>();
this->dispatcher_.trigger<force_update_defi_stats>();
mm2_config cfg{
.passphrase = std::move(passphrase),
Expand Down

0 comments on commit 0c75ae4

Please sign in to comment.