From a8eb29dbe7f453e5f11dcacd3e598a1d528baebf Mon Sep 17 00:00:00 2001 From: wowario Date: Mon, 30 Aug 2021 20:49:16 +0300 Subject: [PATCH] revert sanity check --- 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 a57330916..27d306b36 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -8597,8 +8597,8 @@ void wallet2::get_outs(std::vector> // check we're clear enough of rct start, to avoid corner cases below THROW_WALLET_EXCEPTION_IF(rct_offsets.size() <= CRYPTONOTE_DEFAULT_TX_SPENDABLE_AGE, error::get_output_distribution, "Not enough rct outputs"); - THROW_WALLET_EXCEPTION_IF(rct_offsets.back() <= max_rct_index, - error::get_output_distribution, "Daemon reports suspicious number of rct outputs"); + //THROW_WALLET_EXCEPTION_IF(rct_offsets.back() <= max_rct_index, + //error::get_output_distribution, "Daemon reports suspicious number of rct outputs"); } // get histogram for the amounts we need