Skip to content

Commit

Permalink
Merge branch 'v1.x' into nina/non-determinism-test-v1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabarbakadze authored Jun 19, 2024
2 parents 767739a + 6acb97f commit 726552c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/util/genesis/document.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ func Document(
}

state := app.ModuleBasics.DefaultGenesis(ecfg.Codec)

state[authtypes.ModuleName] = ecfg.Codec.MustMarshalJSON(authGenState)
state[banktypes.ModuleName] = ecfg.Codec.MustMarshalJSON(bankGenState)
state[genutiltypes.ModuleName] = ecfg.Codec.MustMarshalJSON(genutilGenState)
Expand Down
1 change: 0 additions & 1 deletion test/util/genesis/genesis.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package genesis

import (
"bytes"
"encoding/json"
"fmt"
"time"
Expand Down

0 comments on commit 726552c

Please sign in to comment.