mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Add code comment
This commit is contained in:
@@ -119,6 +119,8 @@ namespace BTCPayServer
|
|||||||
LightMoneyUnit.BTC),
|
LightMoneyUnit.BTC),
|
||||||
Tag = "withdrawRequest",
|
Tag = "withdrawRequest",
|
||||||
Callback = new Uri(Request.GetCurrentUrl()),
|
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,
|
DefaultDescription = pp.GetBlob().Name ?? String.Empty,
|
||||||
};
|
};
|
||||||
if (pr is null)
|
if (pr is null)
|
||||||
|
|||||||
Reference in New Issue
Block a user