mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
swarm/pss: Remove unused function
This commit is contained in:
parent
eea82bedc2
commit
e297d3f4cc
1 changed files with 0 additions and 5 deletions
|
|
@ -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()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue