Hacky import vendor declaration

This commit is contained in:
Oskar Thoren 2020-04-28 14:27:13 +08:00
parent 130f99f34a
commit b560e8ca1a
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import
os, strformat, chronicles, json_rpc/[rpcclient, rpcserver], nimcrypto/sysrand,
eth/common as eth_common, eth/keys, eth/p2p/rlpx_protocols/waku_protocol,
../nimbus/rpc/[hexstrings, rpc_types, waku],
../vendor/nimbus/nimbus/rpc/[hexstrings, rpc_types, waku],
options as what # TODO: Huh? Redefinition?
from os import DirSep

View File

@ -4,7 +4,7 @@ import
eth/[keys, p2p, async_utils], eth/common/utils, eth/net/nat,
eth/p2p/[discovery, enode, peer_pool, bootnodes, whispernodes],
eth/p2p/rlpx_protocols/[whisper_protocol, waku_protocol, waku_bridge],
../nimbus/rpc/[waku, wakusim, key_storage]
../vendor/nimbus/nimbus/rpc/[waku, wakusim, key_storage]
const clientId = "Nimbus waku node"