Skip to content

Commit

Permalink
Merge pull request #5378 from oasisprotocol/kostko/fix/staking-observ…
Browse files Browse the repository at this point in the history
…er-name

go/staking: Fix observer node threshold name
  • Loading branch information
kostko authored Sep 29, 2023
2 parents 69b144c + a3c3305 commit 98ef1f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added .changelog/5378.trivial.md
Empty file.
2 changes: 1 addition & 1 deletion go/staking/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ const (
KindEntityName = "entity"
KindNodeValidatorName = "node-validator"
KindNodeComputeName = "node-compute"
KindNodeObserverName = "observer"
KindNodeObserverName = "node-observer"
KindNodeKeyManagerName = "node-keymanager"
KindRuntimeComputeName = "runtime-compute"
KindRuntimeKeyManagerName = "runtime-keymanager"
Expand Down

0 comments on commit 98ef1f0

Please sign in to comment.