Commit 960c3b4f authored by antstalepresh's avatar antstalepresh
Browse files

superfluid invariant enable and gamm invariant disable

Showing with 2 additions and 2 deletions
+2 -2
......@@ -113,7 +113,7 @@ func NewAppModule(cdc codec.Codec, keeper keeper.Keeper,
// RegisterInvariants registers the gamm module invariants.
func (am AppModule) RegisterInvariants(ir sdk.InvariantRegistry) {
keeper.RegisterInvariants(ir, am.keeper, am.bk)
// keeper.RegisterInvariants(ir, am.keeper, am.bk)
}
// Route returns the message routing key for the gamm module.
......
......@@ -158,7 +158,7 @@ func (am AppModule) RegisterServices(cfg module.Configurator) {
// RegisterInvariants registers the capability module's invariants.
func (am AppModule) RegisterInvariants(ir sdk.InvariantRegistry) {
// keeper.RegisterInvariants(ir, am.keeper)
keeper.RegisterInvariants(ir, am.keeper)
}
// InitGenesis performs the capability module's genesis initialization It returns
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment