Edit configuration file from within wallet
This commit is contained in:
parent
e4a290dc04
commit
8e312833ea
@ -517,3 +517,8 @@ void RPCConsole::showNetwork()
|
|||||||
ui->tabWidget->setCurrentIndex(2);
|
ui->tabWidget->setCurrentIndex(2);
|
||||||
show();
|
show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void RPCConsole::showConfEditor()
|
||||||
|
{
|
||||||
|
GUIUtil::openConfigfile();
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user