cmd/geth: decent error message if metrics are disabled

This commit is contained in:
Péter Szilágyi
2015-06-29 16:18:34 +03:00
committed by Jeffrey Wilcke
parent 01fe972113
commit 5f3792c2a7
2 changed files with 1 additions and 2 deletions

View File

@ -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"
)