Configurator: Fix RPC port

master
tobtoht 3 years ago
parent f2d271eee8
commit ceb7d3f3b1
Signed by: tobtoht
GPG Key ID: 1CADD27F41F45C3C

@ -55,7 +55,7 @@ Configurator::Configurator(QWidget *parent) :
ui->lineRPCBindPort->setText(config()->get(Config::RPCBindPort).toString());
connect(ui->lineP2PBindPort, &QLineEdit::textChanged, [this](const QString &text){
this->setConfig(Config::P2PBindPort, text);
this->setConfig(Config::RPCBindPort, text);
});
ui->lineP2PBindIP->setText(config()->get(Config::P2PBindIP).toString());

Loading…
Cancel
Save