Fix import of shh_protocol

This commit is contained in:
deme 2018-10-30 10:47:06 +01:00 committed by zah
parent 84184221ad
commit f91091de44
1 changed files with 1 additions and 1 deletions

View File

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