Skip to content

Commit

Permalink
Merge pull request #1486 from fluidvanadium/missing_owl
Browse files Browse the repository at this point in the history
add Missing owl
  • Loading branch information
AloeareV authored Oct 31, 2024
2 parents b6ce97d + 0898b38 commit 4b9d12f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions zingolib/src/wallet/disk/testing/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,14 @@ async fn verify_example_wallet_mainnet_hhcclaltpcckcsslpcnetblr_gf0aaf9347() {
.load_example_wallet_with_verification()
.await;
}
#[tokio::test]
async fn verify_example_wallet_mainnet_hhcclaltpcckcsslpcnetblr_latest() {
Mainnet(HHCCLALTPCCKCSSLPCNETBLR(
HHCCLALTPCCKCSSLPCNETBLRVersion::Latest,
))
.load_example_wallet_with_verification()
.await;
}

async fn loaded_wallet_assert(
wallet: LightWallet,
Expand Down

0 comments on commit 4b9d12f

Please sign in to comment.