forked from cerc-io/plugeth
cmd/peerserver: fix for new client identity type
This commit is contained in:
parent
be97785856
commit
545e14691b
@ -35,7 +35,7 @@ func main() {
|
|||||||
|
|
||||||
srv := p2p.Server{
|
srv := p2p.Server{
|
||||||
MaxPeers: 100,
|
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",
|
ListenAddr: ":30301",
|
||||||
NAT: p2p.UPNP(),
|
NAT: p2p.UPNP(),
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user