From e486b5e40c03e48e1b0e63f9e9810d1c12b509ef Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Tue, 27 Aug 2019 20:31:19 -0600 Subject: [PATCH] make fields privae --- libp2p/multistreamselect.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libp2p/multistreamselect.nim b/libp2p/multistreamselect.nim index 8e6985ae8..a7644a1f2 100644 --- a/libp2p/multistreamselect.nim +++ b/libp2p/multistreamselect.nim @@ -31,8 +31,8 @@ type MultisteamSelect* = ref object of RootObj handlers*: seq[HandlerHolder] codec*: string - na*: string - ls*: string + na: string + ls: string proc newMultistream*(): MultisteamSelect = new result