Skip to content

Commit e50bf43

Browse files
author
Aaron Blankstein
committed
Merge remote-tracking branch 'origin/next-costs' into fix/existing-state
2 parents 4fdde14 + 0b10997 commit e50bf43

File tree

21 files changed

+1691
-164
lines changed

21 files changed

+1691
-164
lines changed

src/chainstate/coordinator/mod.rs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -776,8 +776,11 @@ impl<
776776
.index_conn()
777777
.get_stacks_epoch_by_epoch_id(&block_receipt.evaluated_epoch)
778778
.expect("Could not find a stacks epoch.");
779-
estimator
780-
.notify_block(&block_receipt.tx_receipts, &stacks_epoch.block_limit);
779+
estimator.notify_block(
780+
&block_receipt.tx_receipts,
781+
&stacks_epoch.block_limit,
782+
&stacks_epoch.epoch_id,
783+
);
781784
}
782785

783786
if let Some(ref mut estimator) = self.fee_estimator {

0 commit comments

Comments
 (0)