refactor: use MintUrl::from_str

This commit is contained in:
thesimplekid
2024-09-03 10:56:52 +01:00
parent 125001211c
commit 5f87df2cef
20 changed files with 51 additions and 42 deletions

View File

@@ -35,6 +35,9 @@ pub enum Error {
/// Secret Error
#[error(transparent)]
CDKSECRET(#[from] cdk::secret::Error),
/// Mint Url
#[error(transparent)]
MintUrl(#[from] cdk::mint_url::Error),
/// BIP32 Error
#[error(transparent)]
BIP32(#[from] bitcoin::bip32::Error),