mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-23 07:04:26 +01:00
GreenField: Add FeeRate To Wallets API (#2375)
* GreenField: Add FeeRate To Wallets API closes #1846 * make dedicated endpoint for fee rate * remove unused call
This commit is contained in:
@@ -5,7 +5,6 @@ namespace BTCPayServer.Client.Models
|
||||
{
|
||||
public class OnChainWalletOverviewData
|
||||
{
|
||||
|
||||
[JsonConverter(typeof(NumericStringJsonConverter))]
|
||||
public decimal Balance { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user