don't sign libp2p messages

This commit is contained in:
Jacek Sieka 2019-09-09 18:22:28 -04:00 committed by Zahary Karadjov
parent c3adac44f2
commit e470bbb52e
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609
1 changed files with 2 additions and 2 deletions

View File

@ -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,