mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge 6ddf435493 into merged_master (Bitcoin PR #18274)
This commit is contained in:
commit
cf14f230f5
1 changed files with 1 additions and 1 deletions
|
|
@ -385,7 +385,7 @@ static CTransactionRef SendMoney(interfaces::Chain::Lock& locked_chain, CWallet
|
|||
coin_control.ListSelected(vPresetInputs);
|
||||
|
||||
// Create and send the transaction
|
||||
CAmount nFeeRequired;
|
||||
CAmount nFeeRequired = 0;
|
||||
std::string strError;
|
||||
std::vector<CRecipient> vecSend;
|
||||
int nChangePosRet = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue