mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-01-11 13:34:26 +00:00
typo
This commit is contained in:
parent
a4277cf39a
commit
293b7da295
@ -153,7 +153,7 @@ method handleConn*(p: PubSub,
|
||||
peer.handler = handler
|
||||
await peer.handle(conn) # spawn peer read loop
|
||||
trace "pubsub peer handler ended, cleaning up"
|
||||
await p.internalClenaup(conn)
|
||||
await p.internalCleanup(conn)
|
||||
except CatchableError as exc:
|
||||
trace "exception ocurred in pubsub handle", exc = exc.msg
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user