simplewallet: wrong ns for input_line in sweep_single (fix #2634)

This commit is contained in:
stoffu
2017-11-15 20:45:58 +09:00
parent cd070874bf
commit c4587e83f8
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -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<wallet2::pending_tx> 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())