Skip to content

Commit

Permalink
Update x/signal/types/keys.go
Browse files Browse the repository at this point in the history
Co-authored-by: Sanaz Taheri <[email protected]>
  • Loading branch information
rootulp and staheri14 authored Jun 19, 2024
1 parent 9184493 commit 64eb47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/signal/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var (
// pending.
UpgradeKey = []byte{0x00}

// FirstSignalKey is used as a divier to separate the UpgradeKey from all
// FirstSignalKey is used as a divider to separate the UpgradeKey from all
// the keys associated with signals from validators. In practice, this key
// isn't expected to be set or retrieved.
FirstSignalKey = []byte{0x000}
Expand Down

0 comments on commit 64eb47b

Please sign in to comment.