mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-05 14:38:42 +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
|
package engine
|
||||||
|
|
||||||
import (
|
import (
|
||||||
jsonw "github.com/fjl/jsonw"
|
"github.com/fjl/jsonw"
|
||||||
)
|
)
|
||||||
|
|
||||||
// MarshalJSON implements json.Marshaler.
|
// MarshalJSON implements json.Marshaler.
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"errors"
|
"errors"
|
||||||
|
|
||||||
jsonw "github.com/fjl/jsonw"
|
"github.com/fjl/jsonw"
|
||||||
)
|
)
|
||||||
|
|
||||||
// marshalBlobsBundle writes BlobsBundle as JSON and appends it to buf.
|
// marshalBlobsBundle writes BlobsBundle as JSON and appends it to buf.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue