Skip to content

Commit

Permalink
fix: removed out-dated todo since "A small overhaul of the way MN lis…
Browse files Browse the repository at this point in the history
…t/stats UI and data are tied together (#2696)"
  • Loading branch information
knst committed Oct 19, 2023
1 parent 2b25f00 commit 2ee5608
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/qt/masternodelist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ MasternodeList::MasternodeList(QWidget* parent) :
ui->tableWidgetMasternodesDIP3->setColumnWidth(COLUMN_VOTING_ADDRESS, columnVotingWidth);

// dummy column for proTxHash
// TODO use a proper table model for the MN list
ui->tableWidgetMasternodesDIP3->insertColumn(COLUMN_PROTX_HASH);
ui->tableWidgetMasternodesDIP3->setColumnHidden(COLUMN_PROTX_HASH, true);

Expand Down

0 comments on commit 2ee5608

Please sign in to comment.