We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4ea71 commit c0ddba2Copy full SHA for c0ddba2
src/qt/sendcoinsdialog.cpp
@@ -360,7 +360,7 @@ void SendCoinsDialog::on_sendButton_clicked()
360
pwalletMain->SetAddressBook(newKey.GetID(), "", "receive");
361
intermediateAddressScript = GetScriptForDestination(newKey.GetID());
362
363
- extraFee = CWallet::GetMinimumFee(secondTxSize, 0, mempool);
+ extraFee = CWallet::GetMinimumFee(secondTxSize, nTxConfirmTarget, mempool);
364
365
SendCoinsRecipient newRecipient;
366
newRecipient.address = CBitcoinAddress(newKey.GetID()).ToString().c_str();
0 commit comments