Bump lightning lib, fix warnings

This commit is contained in:
nicolas.dorier
2023-02-08 21:29:20 +09:00
parent bb1138efb5
commit ed0ccd6f13
7 changed files with 5 additions and 8 deletions

View File

@@ -262,7 +262,7 @@ namespace BTCPayServer.Controllers.Greenfield
{
cryptoCode = _networkProvider.DefaultNetwork.CryptoCode,
pullPaymentId = pullPaymentId
}, Request.Scheme, Request.Host.ToString()));
}, Request.Scheme, Request.Host.ToString())!);
return base.Ok(new PullPaymentLNURL() {
LNURLBech32 = LNURL.LNURL.EncodeUri(lnurlEndpoint, "withdrawRequest", true).ToString(),