mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-02-23 10:08:13 +00:00
noise is enabled by default and quic flag has been removed
This commit is contained in:
parent
d4fccadf98
commit
28f0024db8
@ -743,8 +743,6 @@ proc newDaemonApi*(flags: set[P2PDaemonFlags] = {},
|
||||
if i > 0: opt.add ","
|
||||
opt.add $address
|
||||
args.add(opt)
|
||||
args.add("-noise=true")
|
||||
args.add("-quic=false")
|
||||
args.add("-listen=" & $api.address)
|
||||
|
||||
# We are trying to get absolute daemon path.
|
||||
|
Loading…
x
Reference in New Issue
Block a user