mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-20 06:05:09 +01:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user