File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
testnet/stacks-node/src/nakamoto_node Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1049,12 +1049,14 @@ impl BlockMinerThread {
1049
1049
// build the block itself
1050
1050
let ( mut block, consumed, size, tx_events) = NakamotoBlockBuilder :: build_nakamoto_block (
1051
1051
& chain_state,
1052
+ // TODO (for reviewers): should this be `self.burn_election_block.consensus_hash`?
1052
1053
& burn_db
1053
1054
. index_handle_at_ch ( & self . burn_block . consensus_hash )
1054
1055
. map_err ( |_| NakamotoNodeError :: UnexpectedChainState ) ?,
1055
1056
& mut mem_pool,
1056
1057
& parent_block_info. stacks_parent_header ,
1057
1058
& self . burn_election_block . consensus_hash ,
1059
+ // TODO (for reviewers): should this be `self.burn_election_block.total_burn`?
1058
1060
self . burn_block . total_burn ,
1059
1061
tenure_start_info,
1060
1062
self . config
You can’t perform that action at this time.
0 commit comments