We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d57909 commit 562664dCopy full SHA for 562664d
src/test/policyestimator_tests.cpp
@@ -112,6 +112,9 @@ BOOST_AUTO_TEST_CASE(BlockPolicyEstimates)
112
}
113
114
115
+ // Wait for fee estimator to catch up
116
+ SyncWithValidationInterfaceQueue();
117
+
118
std::vector<CAmount> origFeeEst;
119
// Highest feerate is 10*baseRate and gets in all blocks,
120
// second highest feerate is 9*baseRate and gets in 9/10 blocks = 90%,
0 commit comments