Skip to content

Commit

Permalink
show esplora too many requests issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedberg committed Sep 11, 2024
1 parent c9dd184 commit dd29e71
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/utils/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit dd29e71

Please sign in to comment.