Skip to content

Commit eac2e5e

Browse files
committed
fix: merge artifact
1 parent f3db0cc commit eac2e5e

File tree

1 file changed

+3
-0
lines changed
  • stackslib/src/chainstate/nakamoto

1 file changed

+3
-0
lines changed

stackslib/src/chainstate/nakamoto/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3897,6 +3897,7 @@ impl NakamotoChainState {
38973897
block_execution_cost: ExecutionCost,
38983898
applied_epoch_transition: bool,
38993899
signers_updated: bool,
3900+
coinbase_height: u64,
39003901
) -> Result<
39013902
(
39023903
StacksEpochReceipt,
@@ -3935,6 +3936,7 @@ impl NakamotoChainState {
39353936
evaluated_epoch,
39363937
epoch_transition: applied_epoch_transition,
39373938
signers_updated,
3939+
coinbase_height,
39383940
};
39393941

39403942
return Ok((epoch_receipt, clarity_commit, None));
@@ -4347,6 +4349,7 @@ impl NakamotoChainState {
43474349
block_execution_cost,
43484350
applied_epoch_transition,
43494351
signer_set_calc.is_some(),
4352+
coinbase_height,
43504353
);
43514354
}
43524355

0 commit comments

Comments
 (0)