Skip to content

Commit

Permalink
nits w/ upstream (#1272)
Browse files Browse the repository at this point in the history
* nits

* undo extra file
  • Loading branch information
darioush authored Aug 9, 2024
1 parent 7387c71 commit e3266a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ package core

import (
"bytes"
_ "embed"
"encoding/hex"
"encoding/json"
"errors"
Expand Down Expand Up @@ -119,8 +118,8 @@ type genesisSpecMarshaling struct {
GasUsed math.HexOrDecimal64
Number math.HexOrDecimal64
Difficulty *math.HexOrDecimal256
BaseFee *math.HexOrDecimal256
Alloc map[common.UnprefixedAddress]GenesisAccount
BaseFee *math.HexOrDecimal256
AirdropAmount *math.HexOrDecimal256
ExcessBlobGas *math.HexOrDecimal64
BlobGasUsed *math.HexOrDecimal64
Expand Down

0 comments on commit e3266a3

Please sign in to comment.