mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge 22025d06e5 into merged_master (Bitcoin PR bitcoin/bitcoin#28605)
This commit is contained in:
commit
8556ebfa64
19 changed files with 20 additions and 19 deletions
|
|
@ -171,7 +171,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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue