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