[net processing] Rename nStartingHeight to m_starting_height

Not done as a scripted diff to avoid misnaming the local variable in
ProcessMessage().
This commit is contained in:
John Newbery
2020-06-16 16:27:34 -04:00
parent 77a2c2f8f9
commit 78040f9168
5 changed files with 13 additions and 13 deletions

View File

@@ -1135,7 +1135,7 @@ void RPCConsole::updateDetailWidget()
else
ui->peerCommonHeight->setText(tr("Unknown"));
ui->peerHeight->setText(QString::number(stats->nodeStateStats.nStartingHeight));
ui->peerHeight->setText(QString::number(stats->nodeStateStats.m_starting_height));
}
ui->detailWidget->show();