Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabarbakadze committed Jul 23, 2024
1 parent 0891a67 commit bbc177e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/util/test_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,12 +234,12 @@ func AddDeterministicValidatorsToGenesis(g *genesis.Genesis) error {
return fmt.Errorf("failed to get pubkey: %w", err)
}

// Construct account from keyring account
account := genesis.Account{
PubKey: validatorPubKey,
Balance: val.KeyringAccount.InitialTokens,
Name: val.Name,
}
// Construct account from keyring account
account := genesis.Account{
PubKey: validatorPubKey,
Balance: val.KeyringAccount.InitialTokens,
Name: val.Name,
}

// Add the validator's account to the genesis
if err := g.AddAccount(account); err != nil {
Expand Down

0 comments on commit bbc177e

Please sign in to comment.