Skip to content

Commit

Permalink
Update LNURLWithdrawRequest.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisreimann committed Oct 6, 2023
1 parent 64ca073 commit 762869b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LNURL/LNURLWithdrawRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class LNURLWithdrawRequest
public LightMoney MaxWithdrawable { get; set; }

//https://github.com/fiatjaf/lnurl-rfc/blob/luds/14.md
[JsonProperty("currentBalance ")]
[JsonProperty("currentBalance")]
[JsonConverter(typeof(LightMoneyJsonConverter))]
public LightMoney CurrentBalance { get; set; }

Expand Down

0 comments on commit 762869b

Please sign in to comment.