From 6d7141ab51b4dc9b515246e54c8cd1413acbea7a Mon Sep 17 00:00:00 2001 From: lash Date: Thu, 21 Mar 2019 09:17:26 +0100 Subject: [PATCH] swarm, p2p/simulations, cmd/swarm: Use nodekey in binary record sign --- swarm/api/config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/swarm/api/config.go b/swarm/api/config.go index f517d729aa..0a7100c574 100644 --- a/swarm/api/config.go +++ b/swarm/api/config.go @@ -29,7 +29,6 @@ import ( "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/node" "github.com/ethereum/go-ethereum/p2p/enode" - "github.com/ethereum/go-ethereum/p2p/enr" "github.com/ethereum/go-ethereum/swarm/network" "github.com/ethereum/go-ethereum/swarm/pss" "github.com/ethereum/go-ethereum/swarm/services/swap"