mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-02-20 08:38:30 +00:00
expose client field in chronosstream
This commit is contained in:
parent
60617d4d39
commit
fef6c43967
@ -19,7 +19,7 @@ const
|
||||
|
||||
type
|
||||
ChronosStream* = ref object of Connection
|
||||
client: StreamTransport
|
||||
client*: StreamTransport
|
||||
|
||||
method initStream*(s: ChronosStream) =
|
||||
if s.objName.len == 0:
|
||||
|
Loading…
x
Reference in New Issue
Block a user