mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-10 14:26:26 +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
|
||||
|
||||
const
|
||||
NETWORK_TYPE {.strdefine.} = "libp2p"
|
||||
NETWORK_TYPE {.strdefine.} = "libp2p_daemon"
|
||||
|
||||
networkBackend* = when NETWORK_TYPE == "rlpx": rlpx
|
||||
elif NETWORK_TYPE == "libp2p": libp2p
|
||||
|
Loading…
x
Reference in New Issue
Block a user