Temporary switch back to the LibP2P daemon as the default choice

This commit is contained in:
Zahary Karadjov 2019-12-17 00:13:51 +02:00
parent 79893cd241
commit 15f289a281
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609
1 changed files with 1 additions and 1 deletions

View File

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