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

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