Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaru Wang committed Jan 6, 2023
1 parent 2a8d4e0 commit 53e66b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/e2e/e2e_setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,11 @@ func (s *IntegrationTestSuite) initNodes(c *chain) {

// TODO find a better way to manipulate accounts to add genesis accounts
func (s *IntegrationTestSuite) addGenesisVestingAndJailedAccounts(
c *chain,
valConfigDir,
vestingMnemonic,
jailedValMnemonic string,
appGenState map[string]json.RawMessage,
c *chain,
valConfigDir,
vestingMnemonic,
jailedValMnemonic string,
appGenState map[string]json.RawMessage,
) map[string]json.RawMessage {
var (
authGenState = authtypes.GetGenesisStateFromAppState(cdc, appGenState)
Expand Down

0 comments on commit 53e66b3

Please sign in to comment.