Skip to content

Commit

Permalink
Display confirmed balance on accounts page.
Browse files Browse the repository at this point in the history
  • Loading branch information
ethernomad committed Jul 25, 2019
1 parent 4c27bf9 commit d21463e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/ManageAccounts.vue
Expand Up @@ -65,7 +65,7 @@
let row = {
account: address,
name: name,
balance: this.$mixClient.web3.utils.fromWei(await account.getUnconfirmedBalance()),
balance: this.$mixClient.web3.utils.fromWei(await account.getBalance()),
}
this.data.push(row)
if (window.activeAccount && address == window.activeAccount.controllerAddress) {
Expand Down

0 comments on commit d21463e

Please sign in to comment.