From dc6729a66ad01b346a1956fc4db71aa355d79548 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Thu, 28 Dec 2017 10:20:12 +0000 Subject: [PATCH] wallet2: std::unordered_set ctor is sometimes explicit --- src/wallet/wallet2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index 90977b20a..d53f1ff80 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -5667,7 +5667,7 @@ void wallet2::transfer_selected_rct(std::vector(), msout}); if (m_multisig_threshold < m_multisig_signers.size()) { @@ -5694,7 +5694,7 @@ void wallet2::transfer_selected_rct(std::vector(), msout}); ms_tx.rct_signatures = tx.rct_signatures; THROW_WALLET_EXCEPTION_IF(cryptonote::get_transaction_hash(ms_tx) != cryptonote::get_transaction_hash(tx), error::wallet_internal_error, "Multisig txes differ by more than the signatures");