From 4fa92f993a098d3fbfc99775403cad5f9607f4c7 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 13 Jul 2017 22:34:18 +0200 Subject: [PATCH] Test --- src/wallet/asyncrpcoperation_sendmany.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/asyncrpcoperation_sendmany.h b/src/wallet/asyncrpcoperation_sendmany.h index a572b887b..c69fce4c9 100644 --- a/src/wallet/asyncrpcoperation_sendmany.h +++ b/src/wallet/asyncrpcoperation_sendmany.h @@ -134,7 +134,7 @@ public: // Delegated methods void add_taddr_change_output_to_tx(CAmount amount) { - delegate->add_taddr_change_output_to_tx(amount); + delegate->add_taddr_change_output_to_tx(0,amount); } void add_taddr_outputs_to_tx() {