mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
Dashboard balance fixes (#3876)
* Fix wallet balance for case crypto code == default currency * Handle old NBXplorer backend case * Cleanup
This commit is contained in:
@@ -14,6 +14,6 @@ public class StoreWalletBalanceViewModel
|
||||
public StoreData Store { get; set; }
|
||||
public WalletId WalletId { get; set; }
|
||||
public WalletHistogramType Type { get; set; }
|
||||
public IList<string> Labels { get; set; } = new List<string>();
|
||||
public IList<decimal> Series { get; set; } = new List<decimal>();
|
||||
public IList<string> Labels { get; set; }
|
||||
public IList<decimal> Series { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user