Merge 6ddf435493 into merged_master (Bitcoin PR #18274)

This commit is contained in:
Andrew Poelstra 2020-11-26 01:07:51 +00:00
commit cf14f230f5

View file

@ -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;