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 0c75ae4 commit 7fd222b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/atomicdex/services/price/global.provider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ namespace atomic_dex
system(registry), m_system_manager(system_manager), m_cfg(cfg)
{
m_update_clock = std::chrono::high_resolution_clock::now();
this->dispatcher_.sink<force_update_providers>().connect<&global_price_service::on_force_update_providers>(*this);
}
} // namespace atomic_dex

Expand All @@ -115,7 +114,6 @@ namespace atomic_dex
if (s >= 5min)
{
SPDLOG_INFO("[global_price_service::update()] - 5min elapsed, updating providers");
this->on_force_update_providers({});
m_update_clock = std::chrono::high_resolution_clock::now();
}
}
Expand Down

0 comments on commit 7fd222b

Please sign in to comment.