Skip to content

Commit

Permalink
disable paprika requests
Browse files Browse the repository at this point in the history
  • Loading branch information
cipig committed Jan 29, 2024
1 parent 2a8aeb8 commit 418db7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/atomicdex/services/price/global.provider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ namespace atomic_dex
global_price_service::refresh_other_coins_rates(
const std::string& quote_id, const std::string& ticker, bool with_update_providers, std::atomic_uint16_t nb_try)
{
/*
nb_try += 1;
SPDLOG_INFO("refresh_other_coins_rates - try {}", nb_try.load());
if (nb_try == 10)
Expand Down Expand Up @@ -157,6 +158,7 @@ namespace atomic_dex
}
})
.then(error_functor);
*/
}

global_price_service::global_price_service(entt::registry& registry, ag::ecs::system_manager& system_manager, atomic_dex::cfg& cfg) :
Expand Down

0 comments on commit 418db7f

Please sign in to comment.