From 547ecdbe474f034c920dc37c5154f8ee7e0d4df0 Mon Sep 17 00:00:00 2001 From: lash Date: Tue, 19 Mar 2019 10:02:22 +0100 Subject: [PATCH] swarm/pss: Remove unused function --- swarm/pss/prox_test.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/swarm/pss/prox_test.go b/swarm/pss/prox_test.go index d97972ca04..e0475d024b 100644 --- a/swarm/pss/prox_test.go +++ b/swarm/pss/prox_test.go @@ -478,8 +478,3 @@ func newProxServices(tstdata *testData, allowRaw bool, handlerContextFuncs map[T }, } } - -// makes sure we create the addresses the same way in driver and service setup -func nodeIDToAddr(id enode.ID) []byte { - return id.Bytes() -}