From f91091de4424d700d0b694f38ce3f240d5da6902 Mon Sep 17 00:00:00 2001 From: deme Date: Tue, 30 Oct 2018 10:47:06 +0100 Subject: [PATCH] Fix import of shh_protocol --- tests/tshh.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tshh.nim b/tests/tshh.nim index 303df73..0b21216 100644 --- a/tests/tshh.nim +++ b/tests/tshh.nim @@ -11,7 +11,7 @@ import sequtils, options, unittest, nimcrypto/hash, eth_keys, rlp, - eth_p2p/rlpx_protocols/shh + eth_p2p/rlpx_protocols/shh_protocol as shh suite "Whisper payload": test "should roundtrip without keys":