diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/chain_manager.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/chain_manager.go b/core/chain_manager.go index 480311951..7c78b6bb7 100644 --- a/core/chain_manager.go +++ b/core/chain_manager.go @@ -23,7 +23,6 @@ import ( "github.com/ethereum/go-ethereum/pow" "github.com/ethereum/go-ethereum/rlp" "github.com/hashicorp/golang-lru" - "github.com/rcrowley/go-metrics" "github.com/syndtr/goleveldb/leveldb" ) |