diff --git a/swarm/pss/prox_test.go b/swarm/pss/prox_test.go index 46c918d3f1..d963f31f39 100644 --- a/swarm/pss/prox_test.go +++ b/swarm/pss/prox_test.go @@ -453,8 +453,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() -}