Skip to content

Commit

Permalink
GUI: bugfix, the command line interface is "pivx-cli" not "pivx-core".
Browse files Browse the repository at this point in the history
  • Loading branch information
furszy committed Aug 12, 2021
1 parent 51055cb commit 2c9c700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/pivx/settings/settingsfaqwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ SettingsFaqWidget::SettingsFaqWidget(PIVXGUI* parent, ClientModel* _model) :
"package will be lit up and will state \"Staking Enabled\" to indicate "
"it is staking. Using the command line interface (%1); the command %2 "
"will confirm that staking is active.")
.arg("pivx-core", "<span style=\"font-style:italic\">getstakingstatus</span>")));
.arg("pivx-cli", "<span style=\"font-style:italic\">getstakingstatus</span>")));
ui->labelContent_Stake->setText(stakeContent);

QString supportContent = formatFAQContent(
Expand Down

0 comments on commit 2c9c700

Please sign in to comment.