swarm/pss: Remove unused function

This commit is contained in:
lash 2019-03-19 10:02:22 +01:00
parent eea82bedc2
commit e297d3f4cc

View file

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