Skip to content

Commit

Permalink
chore: remove unused configs
Browse files Browse the repository at this point in the history
  • Loading branch information
duvbell committed Dec 23, 2024
1 parent b9931c5 commit 1d704c3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions e2e/testsuite/testsuite.go
Original file line number Diff line number Diff line change
Expand Up @@ -659,11 +659,6 @@ func (s *E2ETestSuite) createChains(chainOptions ChainOptions) []ibc.Chain {
chains, err := cf.Chains(t.Name())
s.Require().NoError(err)

// initialise proposal ids for all chains.
for _, chain := range chains {
s.proposalIDs[chain.Config().ChainID] = 1
}

return chains
}

Expand Down

0 comments on commit 1d704c3

Please sign in to comment.