Browse Source

Merge pull request #4467

1f740dd Remove unused variable (R E Broadley)
0.10
Wladimir J. van der Laan 10 years ago
parent
commit
4ea8f632fe
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 3
      src/qt/coincontroldialog.cpp

3
src/qt/coincontroldialog.cpp

@ -523,9 +523,6 @@ void CoinControlDialog::updateLabels(WalletModel *model, QDialog* dialog) @@ -523,9 +523,6 @@ void CoinControlDialog::updateLabels(WalletModel *model, QDialog* dialog)
dPriority = dPriorityInputs / (nBytes - nBytesInputs + (nQuantityUncompressed * 29)); // 29 = 180 - 151 (uncompressed public keys are over the limit. max 151 bytes of the input are ignored for priority)
sPriorityLabel = CoinControlDialog::getPriorityLabel(mempool, dPriority);
// Fee
int64_t nFee = payTxFee.GetFee(max((unsigned int)1000, nBytes));
// Min Fee
nPayFee = CWallet::GetMinimumFee(nBytes, nTxConfirmTarget, mempool);

Loading…
Cancel
Save