We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d0318 commit 3e73445Copy full SHA for 3e73445
core/genesis.go
@@ -77,7 +77,7 @@ func ReadGenesis(db ethdb.Database) (*Genesis, error) {
77
}
78
if len(blob) != 0 {
79
if err := genesis.Alloc.UnmarshalJSON(blob); err != nil {
80
- return nil, fmt.Errorf("could not unmartial genesis state json: %s", err)
+ return nil, fmt.Errorf("could not unmarshal genesis state json: %s", err)
81
82
83
genesis.Config = rawdb.ReadChainConfig(db, stored)
0 commit comments