mirror of https://github.com/vacp2p/nim-libp2p.git
Last rename of asyncdispatch2 -> chronos.
This commit is contained in:
parent
64d9895f25
commit
f37c6b1fe1
|
@ -8,7 +8,7 @@
|
|||
## those terms.
|
||||
|
||||
## This module implements wire network connection procedures.
|
||||
import asyncdispatch2
|
||||
import chronos
|
||||
import multiaddress, multicodec
|
||||
|
||||
proc initTAddress*(ma: MultiAddress): TransportAddress =
|
||||
|
|
Loading…
Reference in New Issue