mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Fix: In pull payment page, the amount of claims wasn't displayed (#5427)
This commit is contained in:
@@ -95,6 +95,7 @@ namespace BTCPayServer.Controllers
|
||||
{
|
||||
Id = entity.Entity.Id,
|
||||
Amount = entity.Blob.Amount,
|
||||
AmountFormatted = _displayFormatter.Currency(entity.Blob.Amount, blob.Currency),
|
||||
Currency = blob.Currency,
|
||||
Status = entity.Entity.State,
|
||||
Destination = entity.Blob.Destination,
|
||||
|
||||
Reference in New Issue
Block a user