Skip to content

Commit

Permalink
fix: revert KeyUpgradedClient key in upgrade module (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 authored Mar 24, 2023
1 parent 537be03 commit 3d93620
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions x/upgrade/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ const (

// KeyUpgradedConsState is the sub-key under which upgraded consensus state will be stored
KeyUpgradedConsState = "upgradedConsState"

// KeyUpgradedClient is the sub-key under which upgraded client state will be stored
// it's unused, but need to compatible to ibc-go package
KeyUpgradedClient = "upgradedClient"
)

// UpgradedConsStateKey is the key under which the upgraded consensus state is saved
Expand Down

0 comments on commit 3d93620

Please sign in to comment.