Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMLynch committed Nov 13, 2019
1 parent de889a6 commit 336f635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ void Controller::noConnection() {
QMap<QString, CAmount> emptyBalances;
QList<UnspentOutput> emptyOutputs;
QList<QString> emptyAddresses;
balancesTableModel->setNewData(emptyAddresses, emptyAddresses, emptyBalances, emptyOutputs);
balancesTableModel->setNewData(emptyAddresses, emptyBalances, emptyOutputs);

// Clear Transactions table.
QList<TransactionItem> emptyTxs;
Expand Down

0 comments on commit 336f635

Please sign in to comment.