Fix import of shh_protocol
This commit is contained in:
parent
84184221ad
commit
f91091de44
|
@ -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":
|
||||
|
|
Loading…
Reference in New Issue