File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
stackslib/src/chainstate/nakamoto Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -3897,6 +3897,7 @@ impl NakamotoChainState {
3897
3897
block_execution_cost : ExecutionCost ,
3898
3898
applied_epoch_transition : bool ,
3899
3899
signers_updated : bool ,
3900
+ coinbase_height : u64 ,
3900
3901
) -> Result <
3901
3902
(
3902
3903
StacksEpochReceipt ,
@@ -3935,6 +3936,7 @@ impl NakamotoChainState {
3935
3936
evaluated_epoch,
3936
3937
epoch_transition : applied_epoch_transition,
3937
3938
signers_updated,
3939
+ coinbase_height,
3938
3940
} ;
3939
3941
3940
3942
return Ok ( ( epoch_receipt, clarity_commit, None ) ) ;
@@ -4347,6 +4349,7 @@ impl NakamotoChainState {
4347
4349
block_execution_cost,
4348
4350
applied_epoch_transition,
4349
4351
signer_set_calc. is_some ( ) ,
4352
+ coinbase_height,
4350
4353
) ;
4351
4354
}
4352
4355
You can’t perform that action at this time.
0 commit comments