diff --git a/integration-tests/Cargo.toml b/integration-tests/Cargo.toml index 5c39245..bdf33e9 100644 --- a/integration-tests/Cargo.toml +++ b/integration-tests/Cargo.toml @@ -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" diff --git a/integration-tests/nut06.rs b/integration-tests/nut06.rs index 90b8a39..56662fa 100644 --- a/integration-tests/nut06.rs +++ b/integration-tests/nut06.rs @@ -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")