mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-24 08:49:29 +00:00
beacon/engine: remove import rename
This commit is contained in:
parent
7d1ca42ab5
commit
3ec7fc3c65
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
|||
package engine
|
||||
|
||||
import (
|
||||
jsonw "github.com/fjl/jsonw"
|
||||
"github.com/fjl/jsonw"
|
||||
)
|
||||
|
||||
// MarshalJSON implements json.Marshaler.
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ import (
|
|||
"encoding/json"
|
||||
"errors"
|
||||
|
||||
jsonw "github.com/fjl/jsonw"
|
||||
"github.com/fjl/jsonw"
|
||||
)
|
||||
|
||||
// marshalBlobsBundle writes BlobsBundle as JSON and appends it to buf.
|
||||
|
|
|
|||
Loading…
Reference in a new issue