mirror of
https://github.com/Nathanwoodburn/FireWallet.git
synced 2024-11-10 09:18:15 +11:00
main: Fixed missing show portfolio
This commit is contained in:
parent
9296f37475
commit
4f4a3e7a9e
@ -774,7 +774,7 @@ namespace FireWallet
|
||||
private async void PortfolioPanel_Click(object sender, EventArgs e)
|
||||
{
|
||||
hidePages();
|
||||
|
||||
panelPortfolio.Show();
|
||||
await UpdateBalance();
|
||||
GetTXHistory();
|
||||
labelBalance.Text = "Available: " + balance.ToString() + " HNS";
|
||||
|
Loading…
Reference in New Issue
Block a user