From 41172e92ebc066def097465ad9573f90d4e03f1a Mon Sep 17 00:00:00 2001 From: VM Date: Fri, 26 Jul 2024 15:46:05 +0800 Subject: [PATCH] feat: add recover node buffer list for pathdb --- cmd/geth/chaincmd.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/geth/chaincmd.go b/cmd/geth/chaincmd.go index 3d2df2306b..0733a29392 100644 --- a/cmd/geth/chaincmd.go +++ b/cmd/geth/chaincmd.go @@ -26,8 +26,6 @@ import ( "sync/atomic" "time" - "github.com/urfave/cli/v2" - "github.com/ethereum/go-ethereum/cmd/utils" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" @@ -41,6 +39,7 @@ import ( "github.com/ethereum/go-ethereum/log" "github.com/ethereum/go-ethereum/metrics" "github.com/ethereum/go-ethereum/node" + "github.com/urfave/cli/v2" ) var (