p2p/rlpx: gofmt

This commit is contained in:
Felix Lange 2025-07-22 14:12:28 +02:00
parent efa19990d5
commit c0aeda9fdd

View file

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