Skip to content

Commit

Permalink
chore: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid committed Jan 7, 2024
1 parent ee417a4 commit eac2a20
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/cashu/src/nuts/nut01.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use std::str::FromStr;
use bip32::{DerivationPath, XPrv};
use bip39::Mnemonic;
use serde::{Deserialize, Serialize};
use serde_with::{serde_as, VecSkipError};

use super::{Id, KeySet};
use crate::error::Error;
Expand Down Expand Up @@ -144,10 +143,8 @@ impl Keys {
}

/// Mint Public Keys [NUT-01]
#[serde_as]
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
pub struct KeysResponse {
// #[serde_as(as = "VecSkipError<_>")]
pub keysets: Vec<KeySet>,
}

Expand Down

0 comments on commit eac2a20

Please sign in to comment.