Skip to content

Commit

Permalink
comment out stuff which wants to do fee selection
Browse files Browse the repository at this point in the history
  • Loading branch information
peerchemist authored and backpacker69 committed Mar 4, 2019
1 parent 6fe4d80 commit 32c8ee7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/qt/sendcoinsdialog.cpp
Expand Up @@ -104,6 +104,7 @@ SendCoinsDialog::SendCoinsDialog(const PlatformStyle *_platformStyle, QWidget *p
ui->labelCoinControlLowOutput->addAction(clipboardLowOutputAction);
ui->labelCoinControlChange->addAction(clipboardChangeAction);

/*
// init transaction fee section
QSettings settings;
if (!settings.contains("fFeeSectionMinimized"))
Expand All @@ -121,6 +122,7 @@ SendCoinsDialog::SendCoinsDialog(const PlatformStyle *_platformStyle, QWidget *p
ui->groupFee->button((int)std::max(0, std::min(1, settings.value("nFeeRadio").toInt())))->setChecked(true);
ui->checkBoxMinimumFee->setChecked(settings.value("fPayOnlyMinFee").toBool());
minimizeFeeSection(settings.value("fFeeSectionMinimized").toBool());
*/
}

void SendCoinsDialog::setClientModel(ClientModel *_clientModel)
Expand Down

0 comments on commit 32c8ee7

Please sign in to comment.