Skip to content

Commit

Permalink
fixed compliation
Browse files Browse the repository at this point in the history
  • Loading branch information
shanev committed Jun 16, 2019
1 parent 8cbd152 commit e4083d5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion x/contract/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package contract

// Defines contract module constants
const (
StoreKey = ModuleName
RouterKey = ModuleName
QuerierRoute = ModuleName
)
Expand Down
1 change: 0 additions & 1 deletion x/delegation/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (

// Defines delegation module constants
const (
StoreKey = ModuleName
RouterKey = ModuleName
QuerierRoute = ModuleName
)
Expand Down
1 change: 0 additions & 1 deletion x/group/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (

// Defines delegation module constants
const (
StoreKey = ModuleName
RouterKey = ModuleName
QuerierRoute = ModuleName
)
Expand Down

0 comments on commit e4083d5

Please sign in to comment.