Skip to content

Commit

Permalink
rm print
Browse files Browse the repository at this point in the history
  • Loading branch information
s1na committed Sep 18, 2024
1 parent c701cf9 commit cecff8d
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 @@ -180,7 +180,6 @@ func flushAlloc(ga *types.GenesisAlloc, triedb *triedb.Database) (common.Hash, e
func getGenesisState(db ethdb.Database, blockhash common.Hash) (alloc types.GenesisAlloc, err error) {
blob := rawdb.ReadGenesisStateSpec(db, blockhash)
if len(blob) != 0 {
fmt.Printf("genesis json: %s\n", blob)
if err := alloc.UnmarshalJSON(blob); err != nil {
return nil, err
}
Expand Down

0 comments on commit cecff8d

Please sign in to comment.