Skip to content

Commit 0e3ce7f

Browse files
committed
Drop unnecessary sync_wallets call in tests
As we now block `start()` on updating fees anyways we don't have to call `sync_wallets` manually to check we're successfully connected to the testnet esplora. We here remove this as it can be flaky dependent how many requests the Esplora server is accepting and how often our CI runs from the same machines...
1 parent 0aa4611 commit 0e3ce7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/functional_tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,6 @@ fn connect_to_public_testnet_esplora() {
324324
builder.set_esplora_server("https://blockstream.info/testnet/api".to_string());
325325
let node = builder.build().unwrap();
326326
node.start().unwrap();
327-
node.sync_wallets().unwrap();
328327
node.stop().unwrap();
329328
}
330329

0 commit comments

Comments
 (0)