Skip to content

Commit 4ea8f63

Browse files
committed
Merge pull request #4467
1f740dd Remove unused variable (R E Broadley)
2 parents 6fa1f79 + 1f740dd commit 4ea8f63

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/qt/coincontroldialog.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -523,9 +523,6 @@ void CoinControlDialog::updateLabels(WalletModel *model, QDialog* dialog)
523523
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)
524524
sPriorityLabel = CoinControlDialog::getPriorityLabel(mempool, dPriority);
525525

526-
// Fee
527-
int64_t nFee = payTxFee.GetFee(max((unsigned int)1000, nBytes));
528-
529526
// Min Fee
530527
nPayFee = CWallet::GetMinimumFee(nBytes, nTxConfirmTarget, mempool);
531528

0 commit comments

Comments
 (0)