revert: "fix: throw if no conn encryption module provided (#665)"

This reverts commit c038550fad.
This commit is contained in:
Jacob Heun
2020-06-15 12:35:06 +02:00
parent 24dd1d22c5
commit b621fbdfdc
8 changed files with 22 additions and 91 deletions

View File

@ -21,7 +21,7 @@ const createNode = async () => {
},
config: {
peerDiscovery: {
[MulticastDNS.tag]: {
mdns: {
interval: 20e3,
enabled: true
}