mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-19 05:33:31 +01:00
Add code comment
This commit is contained in:
parent
f405321abc
commit
350f35b08d
@ -119,6 +119,8 @@ namespace BTCPayServer
|
||||
LightMoneyUnit.BTC),
|
||||
Tag = "withdrawRequest",
|
||||
Callback = new Uri(Request.GetCurrentUrl()),
|
||||
// It's not `pp.GetBlob().Description` because this would be HTML
|
||||
// and LNUrl UI's doesn't expect HTML there
|
||||
DefaultDescription = pp.GetBlob().Name ?? String.Empty,
|
||||
};
|
||||
if (pr is null)
|
||||
|
Loading…
Reference in New Issue
Block a user