swarm/pss: Remove unused function

This commit is contained in:
lash 2019-03-19 10:02:22 +01:00
parent 487cffa540
commit 547ecdbe47

View file

@ -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()
}