mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-10 22:36:01 +00:00
Temporary switch back to the LibP2P daemon as the default choice
This commit is contained in:
parent
79893cd241
commit
15f289a281
@ -5,7 +5,7 @@ type
|
|||||||
rlpx
|
rlpx
|
||||||
|
|
||||||
const
|
const
|
||||||
NETWORK_TYPE {.strdefine.} = "libp2p"
|
NETWORK_TYPE {.strdefine.} = "libp2p_daemon"
|
||||||
|
|
||||||
networkBackend* = when NETWORK_TYPE == "rlpx": rlpx
|
networkBackend* = when NETWORK_TYPE == "rlpx": rlpx
|
||||||
elif NETWORK_TYPE == "libp2p": libp2p
|
elif NETWORK_TYPE == "libp2p": libp2p
|
||||||
|
Loading…
x
Reference in New Issue
Block a user