mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
doc: fix typos
As found by lint-spelling.py using codespell 2.2.6.
This commit is contained in:
@@ -170,7 +170,7 @@ Result CreateRateBumpTransaction(CWallet& wallet, const uint256& txid, const CCo
|
||||
return Result::INVALID_PARAMETER;
|
||||
}
|
||||
|
||||
// We are going to modify coin control later, copy to re-use
|
||||
// We are going to modify coin control later, copy to reuse
|
||||
CCoinControl new_coin_control(coin_control);
|
||||
|
||||
LOCK(wallet.cs_wallet);
|
||||
|
||||
Reference in New Issue
Block a user