Skip to content

Commit

Permalink
remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nddeluca committed Jul 8, 2024
1 parent 01e8bdf commit a6297ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/evm/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ func InitGenesis(
for _, storage := range account.Storage {
k.SetState(ctx, address, common.HexToHash(storage.Key), common.HexToHash(storage.Value).Bytes())
}

}

for _, precompileAddr := range data.Params.GetEnabledPrecompiles() {
Expand Down

0 comments on commit a6297ad

Please sign in to comment.