mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
whisper: wnode server updated
This commit is contained in:
parent
8a1f1c557e
commit
812a2d5a05
1 changed files with 2 additions and 1 deletions
|
|
@ -257,7 +257,8 @@ func initialize() {
|
|||
Config: p2p.Config{
|
||||
PrivateKey: nodeid,
|
||||
MaxPeers: maxPeers,
|
||||
Name: common.MakeName("whisper-go", "5.0"),
|
||||
Discovery: true,
|
||||
Name: common.MakeName("wnode", "5.0"),
|
||||
Protocols: shh.Protocols(),
|
||||
ListenAddr: *argIP,
|
||||
NAT: nat.Any(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue