Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Gackstatter <[email protected]>
  • Loading branch information
muXxer and PhilippGackstatter authored Mar 7, 2024
1 parent b9f629a commit e074041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
type BlockState byte

const (
// BlockStateUnknown indicates that the state of the block is can not be determined by the node for some reason.
// BlockStateUnknown indicates that the state of the block can not be determined by the node for some reason.
BlockStateUnknown BlockState = iota
// BlockStatePending indicates that the block has been booked by the node but not yet accepted.
BlockStatePending
Expand Down

0 comments on commit e074041

Please sign in to comment.