mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
Fix typos
This commit is contained in:
committed by
Dimitris Apostolou
parent
00d1680498
commit
4d9b4256d8
@@ -698,7 +698,7 @@ bool WalletModel::bumpFee(uint256 hash)
|
||||
confirmationDialog.exec();
|
||||
QMessageBox::StandardButton retval = static_cast<QMessageBox::StandardButton>(confirmationDialog.result());
|
||||
|
||||
// cancel sign&broadcast if users doesn't want to bump the fee
|
||||
// cancel sign&broadcast if user doesn't want to bump the fee
|
||||
if (retval != QMessageBox::Yes) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user