Skip to content

Commit

Permalink
more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
peerchemist committed Feb 27, 2019
1 parent 1e2caf5 commit 8286d70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/qt/sendcoinsdialog.cpp
Expand Up @@ -649,7 +649,6 @@ void SendCoinsDialog::updateMinFeeLabel()
BitcoinUnits::formatWithUnit(model->getOptionsModel()->getDisplayUnit(), GetMinFee(1000, GetAdjustedTime())) + "/kB")
);
}
*/
void SendCoinsDialog::updateCoinControlState(CCoinControl& ctrl)
{
Expand All @@ -658,7 +657,6 @@ void SendCoinsDialog::updateCoinControlState(CCoinControl& ctrl)
ctrl.m_confirm_target = getConfTargetForIndex(ui->confTargetSelector->currentIndex());
}
/*
void SendCoinsDialog::updateSmartFeeLabel()
{
if(!model || !model->getOptionsModel())
Expand Down

0 comments on commit 8286d70

Please sign in to comment.