Skip to content

Commit

Permalink
chore: set light client module names (backport #3113) (#3118)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Feb 8, 2023
1 parent fae6c91 commit b6e971b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/light-clients/06-solomachine/keys.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package solomachine

const (
ModuleName = "solo machine"
ModuleName = "06-solomachine"
)
2 changes: 1 addition & 1 deletion modules/light-clients/07-tendermint/keys.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package tendermint

const (
ModuleName = "tendermint-client"
ModuleName = "07-tendermint"
)

0 comments on commit b6e971b

Please sign in to comment.