From dd29e711b280df0259b5925dcc242fa0dec98198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zoe=20Faltib=C3=A0?= Date: Wed, 11 Sep 2024 13:49:10 +0200 Subject: [PATCH] show esplora too many requests issue --- tests/utils/helpers.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/utils/helpers.rs b/tests/utils/helpers.rs index 9aaf6b1..32f18f5 100644 --- a/tests/utils/helpers.rs +++ b/tests/utils/helpers.rs @@ -403,10 +403,7 @@ fn _get_wallet( wallet_dir, }; - // TODO: remove if once found solution for esplora 'Too many requests' error - if network.is_testnet() { - wallet.sync(); - } + wallet.sync(); wallet }