From 15f289a281272320d47a5eead729c1967eef3f45 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Tue, 17 Dec 2019 00:13:51 +0200 Subject: [PATCH] Temporary switch back to the LibP2P daemon as the default choice --- beacon_chain/version.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_chain/version.nim b/beacon_chain/version.nim index 8502e452d..963408ead 100644 --- a/beacon_chain/version.nim +++ b/beacon_chain/version.nim @@ -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