Skip to content

Commit

Permalink
chg: better context for comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marcello33 committed Sep 4, 2024
1 parent 9b6d15f commit 5d19d6b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion types/module/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,10 @@ func (m *Manager) InitGenesis(ctx sdk.Context, cdc codec.JSONCodec, genesisData
}
}

// HV2: This check is not present in v1. As staking is managed on L1, we should not need it.
// TODO HV2: This check is not present in v1.
// As staking is managed on L1,
// and our stake module's InitGenesis does not return []abci.ValidatorUpdate
// we should not need it. Is this assumption correct?

// a chain must initialize with a non-empty validator set
/*
Expand Down

0 comments on commit 5d19d6b

Please sign in to comment.