Fix tests
This commit is contained in:
parent
02ea6cea08
commit
b6b511c1ad
|
@ -8,5 +8,5 @@
|
|||
# MIT license (LICENSE-MIT)
|
||||
#
|
||||
|
||||
import ethp2p/[ecies, auth, hexdump, enode, rlpxcrypt, discovery, kademlia]
|
||||
export ecies, auth, enode, hexdump, rlpxcrypt, discovery, kademlia
|
||||
import ethp2p/[ecies, auth, enode, rlpxcrypt, discovery, kademlia]
|
||||
export ecies, auth, enode, rlpxcrypt, discovery, kademlia
|
||||
|
|
|
@ -8,8 +8,7 @@
|
|||
#
|
||||
|
||||
import unittest
|
||||
import eth_keys, ethp2p/auth, nimcrypto/utils, nimcrypto/keccak,
|
||||
ethp2p/hexdump
|
||||
import eth_keys, ethp2p/auth, nimcrypto/utils, nimcrypto/keccak
|
||||
|
||||
# This was generated by `print` actual auth message generated by
|
||||
# https://github.com/ethereum/py-evm/blob/master/tests/p2p/test_auth.py
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
|
||||
import unittest
|
||||
import eth_keys, ethp2p/auth, ethp2p/rlpxcrypt, nimcrypto/utils, ethp2p/hexdump
|
||||
import eth_keys, ethp2p/auth, ethp2p/rlpxcrypt, nimcrypto/utils
|
||||
import nimcrypto/sysrand, nimcrypto/keccak
|
||||
|
||||
const data = [
|
||||
|
|
Loading…
Reference in New Issue