Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
chore: cleanup rust code (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdelabro authored Oct 24, 2024
1 parent d7f58ac commit 1621f4b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ cdk = { git = "https://github.com/cashubtc/cdk", tag = "v0.4.0" }
rand = "0.8.5"
assert_matches = "1.5.0"
tokio = "1.41.0"
url = "2.5.2"
secp256k1 = {version = "0.30.0", features = ["rand", "hashes", "global-context"]}

[[test]]
name = "nut06"
Expand Down
1 change: 0 additions & 1 deletion integration-tests/nut06.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ pub async fn info() {
methods: [].to_vec(),
disabled: true,
});
println!("{:#?}", expected_nuts);
let expected_name = "Cashubrew Cashu Mint";
let expected_pubkey =
PublicKey::from_hex("0381094f72790bb014504dfc9213bd3c8450440f5d220560075dbf2f8113e9fa3e")
Expand Down

0 comments on commit 1621f4b

Please sign in to comment.