Skip to content

Open Masternode configuration file option doesn't work from within wallet GUI #8

Description

@chrishasl

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:

  1. 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:

  • OS: 10.13.6 High sierra

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)));
}

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions