Describe the issue
The 'Open Masternode configuration file' option doesn't work from within GUI
Can you reliably reproduce the issue?
If so, please list the steps to reproduce below:
- Tools -> Open masternode configuration file
Expected behavior
Opens masternode.conf in default editor
Actual behavior
Nothing
What version of ODIN Core are you using?
v1.4.2
Machine specs:
Any extra information that might be useful in the debugging process.
src/qt/guiutil.cpp line 380
void openMNConfigfile()
{
boost::filesystem::path pathConfig = GetMasternodeConfigFile();
/* Open masternode.conf with the associated application */
if (boost::filesystem::exists(pathConfig))
QDesktopServices::openUrl(QUrl::fromLocalFile(boostPathToQString(pathConfig)));
}
Describe the issue
The 'Open Masternode configuration file' option doesn't work from within GUI
Can you reliably reproduce the issue?
If so, please list the steps to reproduce below:
Expected behavior
Opens masternode.conf in default editor
Actual behavior
Nothing
What version of ODIN Core are you using?
v1.4.2
Machine specs:
Any extra information that might be useful in the debugging process.
src/qt/guiutil.cpp line 380