Pull Payment: Support LNURL Withdraw with SATS denomination (#5041)

* Pull Payment: Support LNURL Withdraw with SATS denomination

* Refactor and add tests
This commit is contained in:
d11n
2023-06-16 03:56:17 +02:00
committed by GitHub
parent fa8b977016
commit f11424f73a
8 changed files with 89 additions and 35 deletions

View File

@@ -96,6 +96,7 @@ namespace BTCPayServer.Models
public DateTimeOffset StartDate { get; set; }
public DateTime LastRefreshed { get; set; }
public CurrencyData CurrencyData { get; set; }
public Uri LnurlEndpoint { get; set; }
public bool Archived { get; set; }
public bool AutoApprove { get; set; }