mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-21 04:09:09 +02:00
qt: Remove client name from debug window
Remove the client name from the debug window in the GUI. It is already part of the user agent, so adding it separately doesn't add anything.
This commit is contained in:
@@ -451,7 +451,6 @@ void RPCConsole::setClientModel(ClientModel *model)
|
||||
// Provide initial values
|
||||
ui->clientVersion->setText(model->formatFullVersion());
|
||||
ui->clientUserAgent->setText(model->formatSubVersion());
|
||||
ui->clientName->setText(model->clientName());
|
||||
ui->dataDir->setText(model->dataDir());
|
||||
ui->startupTime->setText(model->formatClientStartupTime());
|
||||
ui->networkName->setText(QString::fromStdString(Params().NetworkIDString()));
|
||||
|
||||
Reference in New Issue
Block a user