diff --git a/modules/light-clients/06-solomachine/keys.go b/modules/light-clients/06-solomachine/keys.go index 2254ad60119..cbb665d6fe3 100644 --- a/modules/light-clients/06-solomachine/keys.go +++ b/modules/light-clients/06-solomachine/keys.go @@ -1,5 +1,5 @@ package solomachine const ( - ModuleName = "solo machine" + ModuleName = "06-solomachine" ) diff --git a/modules/light-clients/07-tendermint/keys.go b/modules/light-clients/07-tendermint/keys.go index e2e31b377fb..bc2fd02dec1 100644 --- a/modules/light-clients/07-tendermint/keys.go +++ b/modules/light-clients/07-tendermint/keys.go @@ -1,5 +1,5 @@ package tendermint const ( - ModuleName = "tendermint-client" + ModuleName = "07-tendermint" )