mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-21 06:34:59 +01:00
feat: mintd axum server
feat: deafult NUT-04 and NUT-05 settings to enable bolt11 sats
This commit is contained in:
@@ -14,6 +14,9 @@ pub enum Error {
|
||||
/// Wallet Error
|
||||
#[error(transparent)]
|
||||
CDKWallet(#[from] cdk::wallet::error::Error),
|
||||
/// NUT00 Error
|
||||
#[error(transparent)]
|
||||
CDKNUT00(#[from] cdk::nuts::nut00::Error),
|
||||
/// NUT01 Error
|
||||
#[error(transparent)]
|
||||
CDKNUT01(#[from] cdk::nuts::nut01::Error),
|
||||
|
||||
Reference in New Issue
Block a user