Skip to content

Commit 3e73445

Browse files
jwasingerholiman
andcommitted
apply suggested change
Co-authored-by: Martin Holst Swende <[email protected]>
1 parent 16d0318 commit 3e73445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/genesis.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func ReadGenesis(db ethdb.Database) (*Genesis, error) {
7777
}
7878
if len(blob) != 0 {
7979
if err := genesis.Alloc.UnmarshalJSON(blob); err != nil {
80-
return nil, fmt.Errorf("could not unmartial genesis state json: %s", err)
80+
return nil, fmt.Errorf("could not unmarshal genesis state json: %s", err)
8181
}
8282
}
8383
genesis.Config = rawdb.ReadChainConfig(db, stored)

0 commit comments

Comments
 (0)