feat: wallet mpp

This commit is contained in:
thesimplekid
2024-06-06 12:19:26 +01:00
parent 8f5e9df7f7
commit 16dbc48012
8 changed files with 61 additions and 5 deletions

View File

@@ -57,6 +57,7 @@ pub async fn melt(wallet: Wallet, _sub_command_args: &MeltSubCommand) -> Result<
mint_url.clone(),
cdk::nuts::CurrencyUnit::Sat,
bolt11.to_string(),
None,
)
.await?;