swarm/network: use correct metrics lib

This commit is contained in:
Anton Evangelatov 2018-04-25 15:40:35 +02:00
parent 5865adf67a
commit fcc73488b9

View file

@ -24,10 +24,10 @@ import (
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/log"
"github.com/ethereum/go-ethereum/metrics"
"github.com/ethereum/go-ethereum/p2p/discover"
"github.com/ethereum/go-ethereum/swarm/network"
"github.com/ethereum/go-ethereum/swarm/storage"
metrics "github.com/rcrowley/go-metrics"
)
const (