mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
p2p/rlpx: gofmt
This commit is contained in:
parent
efa19990d5
commit
c0aeda9fdd
1 changed files with 1 additions and 1 deletions
|
|
@ -33,12 +33,12 @@ import (
|
||||||
"net"
|
"net"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
"github.com/ethereum/go-ethereum/common/bitutil"
|
||||||
"github.com/ethereum/go-ethereum/crypto"
|
"github.com/ethereum/go-ethereum/crypto"
|
||||||
"github.com/ethereum/go-ethereum/crypto/ecies"
|
"github.com/ethereum/go-ethereum/crypto/ecies"
|
||||||
"github.com/ethereum/go-ethereum/rlp"
|
"github.com/ethereum/go-ethereum/rlp"
|
||||||
"github.com/golang/snappy"
|
"github.com/golang/snappy"
|
||||||
"golang.org/x/crypto/sha3"
|
"golang.org/x/crypto/sha3"
|
||||||
"github.com/ethereum/go-ethereum/common/bitutil"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// Conn is an RLPx network connection. It wraps a low-level network connection. The
|
// Conn is an RLPx network connection. It wraps a low-level network connection. The
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue