Skip to content

Commit

Permalink
democracy: update staking and gov
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek committed Mar 11, 2024
1 parent 3b25ec7 commit f228171
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x/ccv/democracy/governance/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (
"time"

"cosmossdk.io/collections"
"cosmossdk.io/core/appmodule"
"github.com/cosmos/cosmos-sdk/codec"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/types/module"
Expand All @@ -23,6 +24,8 @@ const (
var (
_ module.AppModule = AppModule{}
_ module.AppModuleSimulation = AppModule{}

_ appmodule.HasEndBlocker = AppModule{}
)

// AppModule embeds the Cosmos SDK's x/governance AppModule
Expand Down
2 changes: 2 additions & 0 deletions x/ccv/democracy/staking/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ var (
_ module.AppModule = AppModule{}
_ module.AppModuleBasic = AppModuleBasic{}
_ module.AppModuleSimulation = AppModule{}

_ module.HasABCIGenesis = AppModule{}
)

// AppModule embeds the Cosmos SDK's x/staking AppModuleBasic.
Expand Down

0 comments on commit f228171

Please sign in to comment.