From c4587e83f84fa0ecfcfa5c4538697ae96162afe2 Mon Sep 17 00:00:00 2001 From: stoffu Date: Wed, 15 Nov 2017 20:37:18 +0900 Subject: simplewallet: wrong ns for input_line in sweep_single (fix #2634) --- src/wallet/wallet_rpc_server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wallet/wallet_rpc_server.cpp') diff --git a/src/wallet/wallet_rpc_server.cpp b/src/wallet/wallet_rpc_server.cpp index 09ed205c6..f5838d013 100644 --- a/src/wallet/wallet_rpc_server.cpp +++ b/src/wallet/wallet_rpc_server.cpp @@ -846,7 +846,7 @@ namespace tools try { - uint64_t mixin = adjust_mixin(req.mixin); + uint64_t mixin = m_wallet->adjust_mixin(req.mixin); std::vector ptx_vector = m_wallet->create_transactions_single(ki, dsts[0].addr, dsts[0].is_subaddress, mixin, req.unlock_time, req.priority, extra, m_trusted_daemon); if (ptx_vector.empty()) -- cgit v1.2.3