Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Dec 12, 2023
1 parent 1e9b725 commit 179df67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func SetupWithGenesisAccounts(
) *MinitiaApp {
app, genesisState := setup(nil, true)

if genAccs == nil || len(genAccs) == 0 {
if len(genAccs) == 0 {
privAcc := secp256k1.GenPrivKey()
genAccs = []authtypes.GenesisAccount{
authtypes.NewBaseAccount(privAcc.PubKey().Address().Bytes(), privAcc.PubKey(), 0, 0),
Expand Down

0 comments on commit 179df67

Please sign in to comment.