chore: polishing docs and comments (#25109)

Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
This commit is contained in:
dmytroheknt
2025-08-08 16:37:16 +00:00
committed by GitHub
co-authored by Alex | Interchain Labs
parent 4bf6b4217a
commit bb1dcdc0ea
15 changed files with 16 additions and 17 deletions
+1 -1
View File
@@ -295,7 +295,7 @@ func (am AppModule) RegisterStoreDecoder(sdr simtypes.StoreDecoderRegistry) {
sdr[types.StoreKey] = simulation.NewDecodeStore(am.cdc)
}
// WeightedOperations returns the all the staking module operations with their respective weights.
// WeightedOperations returns all the staking module operations with their respective weights.
// migrate to WeightedOperationsX. This method is ignored when WeightedOperationsX exists and will be removed in the future
func (am AppModule) WeightedOperations(simState module.SimulationState) []simtypes.WeightedOperation {
return simulation.WeightedOperations(