Skip to content

Commit

Permalink
Publish Staking module
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitys7 committed Oct 24, 2024
1 parent c19b60f commit 921f404
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions x/multi-staking/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,10 @@ func (am AppModule) EndBlock(ctx context.Context) ([]abci.ValidatorUpdate, error
return valUpdates, nil
}

func (am AppModule) StakingAppModule() staking.AppModule {
return am.skAppModule
}

// ConsensusVersion return module consensus version
func (AppModule) ConsensusVersion() uint64 { return 3 }

Expand Down

0 comments on commit 921f404

Please sign in to comment.