mirror of https://github.com/status-im/nim-eth.git
Add necessary re-exports, fixes #91
This commit is contained in:
parent
5dc8117a07
commit
8451ce6c3b
|
@ -7,8 +7,11 @@ when useSnappy:
|
|||
import snappy
|
||||
const devp2pSnappyVersion* = 5
|
||||
|
||||
# TODO: chronicles re-export here is added for the error
|
||||
# "undeclared identifier: 'activeChroniclesStream'", when the code using p2p
|
||||
# does not import chronicles. Need to resolve this properly.
|
||||
export
|
||||
options, p2pProtocol
|
||||
options, p2pProtocol, rlp, chronicles
|
||||
|
||||
logScope:
|
||||
topics = "rlpx"
|
||||
|
|
Loading…
Reference in New Issue