mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
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:
parent
b96f3e794b
commit
cca9132de1
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user