Skip to content

Commit

Permalink
enable coin control on first boot
Browse files Browse the repository at this point in the history
  • Loading branch information
proteanx committed Jul 8, 2020
1 parent 804f918 commit dd5d19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/optionsmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ void OptionsModel::Init(bool resetSettings) {
strThirdPartyTxUrls = settings.value("strThirdPartyTxUrls", "").toString();

if (!settings.contains("fCoinControlFeatures")) {
settings.setValue("fCoinControlFeatures", false);
settings.setValue("fCoinControlFeatures", true);
}
fCoinControlFeatures =
settings.value("fCoinControlFeatures", false).toBool();
Expand Down

0 comments on commit dd5d19b

Please sign in to comment.