Skip to content

Commit

Permalink
Remove default comment for LNURL withdraw, it is not always allowed (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-21 authored Jun 14, 2024
1 parent a46688e commit 59027d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ impl LightningNode {
.block_on(self.sdk.lnurl_withdraw(LnUrlWithdrawRequest {
data: lnurl_withdraw_request_data,
amount_msat: amount_sat.as_sats().msats,
description: Some("LNURL Withdrawal".into()),
description: None,
}))
.map_err(map_lnurl_withdraw_error)?
{
Expand Down

0 comments on commit 59027d6

Please sign in to comment.