Commit 545e1469 authored by Felix Lange's avatar Felix Lange

cmd/peerserver: fix for new client identity type

parent be977858
......@@ -35,7 +35,7 @@ func main() {
srv := p2p.Server{
MaxPeers: 100,
Identity: p2p.NewSimpleClientIdentity("Ethereum(G)", "0.1", "Peer Server Two", string(marshaled)),
Identity: p2p.NewSimpleClientIdentity("Ethereum(G)", "0.1", "Peer Server Two", marshaled),
ListenAddr: ":30301",
NAT: p2p.UPNP(),
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment