Skip to content

Commit

Permalink
fix: fix todo
Browse files Browse the repository at this point in the history
  • Loading branch information
shifty11 committed Sep 28, 2023
1 parent 7a0cc83 commit 58b5d72
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions x/pool/types/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ func (gs GenesisState) Validate() error {
if elem.Id >= gs.PoolCount {
return fmt.Errorf("pool id higher than pool count %v", elem)
}
// TODO: fix this
//if len(elem.Funders) > fundersTypes.MaxFunders {
// return fmt.Errorf("more funders than allowed %v", elem)
//}
}

return gs.Params.Validate()
Expand Down

0 comments on commit 58b5d72

Please sign in to comment.