Skip to content

Commit

Permalink
Updated Walletview.cpp
Browse files Browse the repository at this point in the history
Removed old code that wasn't being used. Error on build due to it.
  • Loading branch information
MichaelHDesigns authored May 18, 2020
1 parent b537da2 commit 98f44ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/qt/walletview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ void WalletView::setWalletModel(WalletModel *_walletModel)
governanceListPage->setWalletModel(_walletModel);
receiveCoinsPage->setModel(_walletModel);
sendCoinsPage->setModel(_walletModel);
proposalAddPage->setModel(_walletModel);
usedReceivingAddressesPage->setModel(_walletModel->getAddressTableModel());
usedSendingAddressesPage->setModel(_walletModel->getAddressTableModel());

Expand Down

0 comments on commit 98f44ec

Please sign in to comment.