diff --git a/libp2p/stream/chronosstream.nim b/libp2p/stream/chronosstream.nim index b536c9a6a..9ec25f30e 100644 --- a/libp2p/stream/chronosstream.nim +++ b/libp2p/stream/chronosstream.nim @@ -19,7 +19,7 @@ const type ChronosStream* = ref object of Connection - client: StreamTransport + client*: StreamTransport method initStream*(s: ChronosStream) = if s.objName.len == 0: