Show Immature Balance in walletsend page (#2731)

* Wallet Send page also shows immature balance

* changes ans to and

* Immature Balance msg is not tooltip

* Make msg more clear
This commit is contained in:
Manan Sharma
2021-08-01 17:42:00 +05:30
committed by GitHub
parent 2207d836f1
commit 906c7eb7ec
4 changed files with 19 additions and 4 deletions

View File

@@ -35,6 +35,7 @@ namespace BTCPayServer.Models.WalletViewModels
public bool SubtractFeesFromOutput { get; set; }
}
public decimal CurrentBalance { get; set; }
public decimal ImmatureBalance { get; set; }
public string CryptoCode { get; set; }