diff --git a/src/chasers/chaser_estimate.cpp b/src/chasers/chaser_estimate.cpp index 7cf975f4..219a6b04 100644 --- a/src/chasers/chaser_estimate.cpp +++ b/src/chasers/chaser_estimate.cpp @@ -233,7 +233,7 @@ void chaser_estimate::do_reorganized(header_t link) NOEXCEPT if (height.value > estimator_->top_height()) return; - if (!estimator_->push(query)) + if (!estimator_->pop(query)) fault(error::estimates_pop2); } }