feat: remove mint and wallet errors

This commit is contained in:
thesimplekid
2024-09-06 12:39:41 +01:00
parent 65c1aea408
commit 2fdf48cc72
23 changed files with 432 additions and 484 deletions

View File

@@ -11,9 +11,6 @@ pub enum Error {
/// Serde Error
#[error(transparent)]
Serde(#[from] serde_json::Error),
/// Wallet Error
#[error(transparent)]
CDKWallet(#[from] cdk::wallet::error::Error),
/// NUT00 Error
#[error(transparent)]
CDKNUT00(#[from] cdk::nuts::nut00::Error),