mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-10 14:26:26 +00:00
don't sign libp2p messages
This commit is contained in:
parent
c3adac44f2
commit
e470bbb52e
@ -181,12 +181,12 @@ else:
|
||||
keyFile, bootstrapNodes
|
||||
|
||||
var daemonFut = if bootstrapNodes.len == 0:
|
||||
newDaemonApi({DHTFull, PSGossipSub},
|
||||
newDaemonApi({PSNoSign, DHTFull, PSGossipSub},
|
||||
id = keyFile,
|
||||
hostAddresses = @[hostAddress],
|
||||
announcedAddresses = announcedAddresses)
|
||||
else:
|
||||
newDaemonApi({DHTFull, PSGossipSub, WaitBootstrap},
|
||||
newDaemonApi({PSNoSign, DHTFull, PSGossipSub, WaitBootstrap},
|
||||
id = keyFile,
|
||||
hostAddresses = @[hostAddress],
|
||||
announcedAddresses = announcedAddresses,
|
||||
|
Loading…
x
Reference in New Issue
Block a user