Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion snow/engine/snowman/block/block_context_vm.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
// Context defines the block context that will be optionally provided by the
// proposervm to an underlying vm.
type Context struct {
// PChainHeight is the height that this block will use to verify it's state.
// PChainHeight is the height that this block will use to verify its state.
// In the proposervm, blocks verify the proposer based on the P-chain height
// recorded in the parent block. However, the P-chain height provided here
// is the P-chain height encoded into this block.
Expand Down
Loading