feat(wallet): make wallet single mint and unit

feat(wallet): cli use mint with one url and unit

feat(wallet): remove p2pk keys from wallet

feat(wallet): multimint wallet
This commit is contained in:
thesimplekid
2024-06-25 17:19:28 +01:00
parent 54c50c3724
commit 04a463be1f
31 changed files with 931 additions and 838 deletions

View File

@@ -627,7 +627,6 @@ WHERE id=?;
Ok(count)
}
#[cfg(feature = "nostr")]
async fn get_nostr_last_checked(
&self,
verifying_key: &PublicKey,
@@ -656,7 +655,6 @@ WHERE key=?;
Ok(count)
}
#[cfg(feature = "nostr")]
async fn add_nostr_last_checked(
&self,
verifying_key: PublicKey,