From 4be5382a158f98b1d56955b50484fcf7c68ff6b4 Mon Sep 17 00:00:00 2001 From: Oskar Thoren Date: Tue, 19 Nov 2019 11:13:00 +0800 Subject: [PATCH] Waku version 0 (after fix-119) --- eth/p2p/rlpx_protocols/waku_protocol.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/p2p/rlpx_protocols/waku_protocol.nim b/eth/p2p/rlpx_protocols/waku_protocol.nim index 015703d..5d96ec6 100644 --- a/eth/p2p/rlpx_protocols/waku_protocol.nim +++ b/eth/p2p/rlpx_protocols/waku_protocol.nim @@ -54,7 +54,7 @@ const defaultQueueCapacity = 256 defaultFilterQueueCapacity = 64 # XXX: Crashes if version is set to 0, P2P DSL bug or spec concern? - wakuVersion* = 1 ## Waku version. + wakuVersion* = 0 ## Waku version. wakuVersionStr* = $wakuVersion ## Waku version. defaultMinPow* = 0.2'f64 ## The default minimum PoW requirement for this node. defaultMaxMsgSize* = 1024'u32 * 1024'u32 ## The current default and max