fix: removed out-dated todo since "A small overhaul of the way MN list/stats UI and data are tied together (#2696)"

This commit is contained in:
Konstantin Akimov 2023-10-19 22:36:59 +07:00 committed by PastaPastaPasta
parent b96f3e794b
commit cca9132de1

View File

@ -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);