chore: secret unused for now

This commit is contained in:
thesimplekid
2023-12-22 18:24:52 +00:00
parent 8b16996cb9
commit 69f03e1ddc

View File

@@ -17,7 +17,7 @@ use crate::types::Quote;
pub struct Mint {
// pub pubkey: PublicKey
secret: String,
_secret: String,
pub keysets: HashMap<Id, nut02::mint::KeySet>,
pub keysets_info: HashMap<Id, MintKeySetInfo>,
pub spent_secrets: HashSet<Secret>,
@@ -62,7 +62,7 @@ impl Mint {
}
Self {
secret: secret.to_string(),
_secret: secret.to_string(),
keysets,
quotes,
keysets_info: info,