Skip to content

Commit

Permalink
Update core/genesis.go
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman authored Oct 24, 2024
1 parent 67b6218 commit dcbf781
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ func flushAlloc(ga *types.GenesisAlloc, triedb *triedb.Database) (common.Hash, e
if err != nil {
return common.Hash{}, err
}

for addr, account := range *ga {
if account.Balance != nil {
// This is not actually logged via tracer because OnGenesisBlock
Expand Down

0 comments on commit dcbf781

Please sign in to comment.