Skip to content

Commit c05cb4d

Browse files
authored
Merge pull request #5883 from stacks-network/chore/commit-parent-height
chore: add parent burn block height to commit log
2 parents f66be5e + 221c92c commit c05cb4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stackslib/src/chainstate/burn/db/sortdb.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5645,7 +5645,8 @@ impl SortitionHandleTx<'_> {
56455645
"ACCEPTED({}) leader block commit {} at {},{}",
56465646
op.block_height, &op.txid, op.block_height, op.vtxindex;
56475647
"apparent_sender" => %op.apparent_sender,
5648-
"stacks_block_hash" => %op.block_header_hash
5648+
"stacks_block_hash" => %op.block_header_hash,
5649+
"parent_burn_block" => %op.parent_block_ptr
56495650
);
56505651
self.insert_block_commit(op, sort_id)
56515652
}

0 commit comments

Comments
 (0)