Skip to content

Commit

Permalink
add sync_mainnet_wlt test
Browse files Browse the repository at this point in the history
zoedberg committed Nov 25, 2024

Verified

This commit was signed with the committer’s verified signature.
zoedberg Zoe Faltibà
1 parent 6d8e53b commit 4719cfc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/transfers.rs
Original file line number Diff line number Diff line change
@@ -844,6 +844,17 @@ fn mainnet_wlt_receiving_test_asset() {
}
}

#[test]
#[ignore = "fix needed"] // https://github.com/BP-WG/bp-wallet/issues/70
fn sync_mainnet_wlt() {
initialize();

let mut wlt_1 = get_mainnet_wallet();

// sometimes this fails with a 'Too many requests' error when using esplora
wlt_1.sync();
}

#[test]
fn tapret_wlt_receiving_opret() {
initialize();

0 comments on commit 4719cfc

Please sign in to comment.