Remove incorrect enode import (#2748)
This commit is contained in:
parent
17c94c4d8e
commit
06b2a1642d
|
@ -19,7 +19,7 @@ import
|
||||||
|
|
||||||
eth/[keys, async_utils], eth/net/nat,
|
eth/[keys, async_utils], eth/net/nat,
|
||||||
eth/db/[kvstore, kvstore_sqlite3],
|
eth/db/[kvstore, kvstore_sqlite3],
|
||||||
eth/p2p/enode, eth/p2p/discoveryv5/[protocol, enr, random2],
|
eth/p2p/discoveryv5/[protocol, enr, random2],
|
||||||
|
|
||||||
# Local modules
|
# Local modules
|
||||||
"."/[
|
"."/[
|
||||||
|
|
Loading…
Reference in New Issue