Skip to content

Commit

Permalink
typo: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tynes committed Feb 2, 2024
1 parent db7f837 commit 74ab590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-chain-ops/genesis/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ func NewStateDump(path string) (*gstate.Dump, error) {
// It appears as if updates to foundry have changed the serialization of the state dump.
type ForgeDump gstate.Dump

func (d *ForgeDump) UmashalJSON(b []byte) error {
func (d *ForgeDump) UnmarshalJSON(b []byte) error {
type forgeDumpAccount struct {
Balance string `json:"balance"`
Nonce hexutil.Uint64 `json:"nonce"`
Expand Down

0 comments on commit 74ab590

Please sign in to comment.