p2p: goimports

This commit is contained in:
Kurkó Mihály 2018-10-14 19:04:52 +03:00
parent 8556748638
commit afd1aa6171

View file

@ -20,12 +20,13 @@ package p2p
import (
"fmt"
"github.com/ethereum/go-ethereum/p2p/enode"
"net"
"sync"
"sync/atomic"
"time"
"github.com/ethereum/go-ethereum/p2p/enode"
"github.com/ethereum/go-ethereum/event"
"github.com/ethereum/go-ethereum/log"
"github.com/ethereum/go-ethereum/metrics"