Add necessary re-exports, fixes #91

This commit is contained in:
kdeme 2019-08-20 12:39:47 +02:00 committed by zah
parent 5dc8117a07
commit 8451ce6c3b
1 changed files with 4 additions and 1 deletions

View File

@ -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"