mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-24 16:14:54 +01:00
dhke
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user