Update table title
This commit is contained in:
@@ -437,7 +437,7 @@ void Turnstile::showZcashdMigration(MainWindow* parent) {
|
|||||||
|
|
||||||
MigrationTxns::MigrationTxns(QTableView *parent, QList<QString> txids)
|
MigrationTxns::MigrationTxns(QTableView *parent, QList<QString> txids)
|
||||||
: QAbstractTableModel(parent) {
|
: QAbstractTableModel(parent) {
|
||||||
headers << tr("Txid");
|
headers << tr("Migration Txids");
|
||||||
this->txids = txids;
|
this->txids = txids;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user