From 1cbeebda22ade7e914dd32ba58f8870c53c83663 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Tue, 31 Jul 2018 15:24:28 -0400 Subject: [PATCH] Merge #13822: bench: Make CoinSelection output groups pass eligibility filter 494634a052 bench: Make CoinSelection output groups pass eligibility filter (Andrew Chow) Pull request description: Set the depth of the output groups used in the CoinSelection benchmark to be 6 in order to pass the eligibility filter for the benchmark. Fixes #13813 Tree-SHA512: 55fc6aeda0127f5e155efb982aec211b70dfd3257808dce627886af6866ffa25de4df3c9b10f8c45b6c298a42542c54654f36e59efb208e9055885361f0e501c --- src/bench/coin_selection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bench/coin_selection.cpp b/src/bench/coin_selection.cpp index 8730fadea3..020e9c9e87 100644 --- a/src/bench/coin_selection.cpp +++ b/src/bench/coin_selection.cpp @@ -21,7 +21,7 @@ static void addCoin(const CAmount& nValue, const CWallet& wallet, std::vector