wallet: sanity check on histogram response

This commit is contained in:
moneromooo-monero 2016-09-01 09:04:45 +01:00
parent c3ba844f03
commit 85dc0ce3a5
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3

View file

@ -2709,6 +2709,8 @@ void wallet2::get_outs(std::vector<std::vector<entry>> &outs, const std::list<tr
}
}
LOG_PRINT_L1("" << num_outs << " outputs of size " << print_money(amount));
THROW_WALLET_EXCEPTION_IF(num_outs == 0, error::wallet_internal_error,
"histogram reports no outputs for " + boost::lexical_cast<std::string>(amount) + ", not even ours");
if (num_outs <= requested_outputs_count)
{