Add DefaultDescription to LNUrl withdrawal request (#4434)

close #4254
This commit is contained in:
Umar Bolatov 2022-12-13 20:32:50 -08:00 committed by GitHub
parent e27e93aa9a
commit dea019ebdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,6 +121,7 @@ namespace BTCPayServer
LightMoneyUnit.BTC),
Tag = "withdrawRequest",
Callback = new Uri(Request.GetCurrentUrl()),
DefaultDescription = pp.GetBlob().Description ?? String.Empty,
};
if (pr is null)
{