This commit is contained in:
thesimplekid
2023-04-23 13:40:52 -04:00
parent 6344925830
commit 231bc6f286
6 changed files with 156 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ async fn test_check_fees() {
async fn test_get_mint_info() {
let url = Url::from_str(MINTURL).unwrap();
let mint = CashuMint::new(url);
let mint_info = mint.get_info().await.unwrap();
let _mint_info = mint.get_info().await.unwrap();
// println!("{:?}", mint_info);
}