Last rename of asyncdispatch2 -> chronos.

This commit is contained in:
cheatfate 2019-02-14 03:38:21 +02:00
parent 64d9895f25
commit f37c6b1fe1
1 changed files with 1 additions and 1 deletions

View File

@ -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 =