diff --git a/src/wallet/asyncrpcoperation_sendmany.h b/src/wallet/asyncrpcoperation_sendmany.h index 6fac61160..a572b887b 100644 --- a/src/wallet/asyncrpcoperation_sendmany.h +++ b/src/wallet/asyncrpcoperation_sendmany.h @@ -92,7 +92,7 @@ private: CTransaction tx_; - void add_taddr_change_output_to_tx(CAmount amount); + void add_taddr_change_output_to_tx(CBitcoinAddress *fromaddress,CAmount amount); void add_taddr_outputs_to_tx(); bool find_unspent_notes(); bool find_utxos(bool fAcceptCoinbase);