From c7e8c9670415b8131e685bae5a3ddf01aabb2760 Mon Sep 17 00:00:00 2001 From: Phi Date: Mon, 3 Jun 2024 21:54:45 +0200 Subject: [PATCH] Make gen / Make docsgen-cli Make gen / Make docsgen-cli --- node/impl/full/eth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/impl/full/eth.go b/node/impl/full/eth.go index 954f9ba3ed2..29effb12f9c 100644 --- a/node/impl/full/eth.go +++ b/node/impl/full/eth.go @@ -11,7 +11,6 @@ import ( "strings" "time" - "github.com/filecoin-project/go-jsonrpc" "github.com/ipfs/go-cid" "github.com/multiformats/go-multicodec" cbg "github.com/whyrusleeping/cbor-gen" @@ -19,6 +18,7 @@ import ( "golang.org/x/xerrors" "github.com/filecoin-project/go-address" + "github.com/filecoin-project/go-jsonrpc" "github.com/filecoin-project/go-state-types/abi" "github.com/filecoin-project/go-state-types/big" builtintypes "github.com/filecoin-project/go-state-types/builtin"