Add code comment

This commit is contained in:
nicolas.dorier 2023-02-13 23:39:55 +09:00
parent f405321abc
commit 350f35b08d
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -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)