Show all addresses in the balances table

This commit is contained in:
Aditya Kulkarni
2019-10-26 14:34:31 -07:00
parent a75f7cb40c
commit b687306cf7
4 changed files with 20 additions and 8 deletions

View File

@@ -303,7 +303,6 @@ void MainWindow::setupSettingsModal() {
auto cl = new ConnectionLoader(this, rpc);
cl->loadConnection();
}
}
});
}