rename supports to handles

This commit is contained in:
Dmitriy Ryajov 2019-08-27 20:31:34 -06:00
parent e486b5e40c
commit f56d925f6f
1 changed files with 1 additions and 1 deletions

View File

@ -61,4 +61,4 @@ method dial*(t: TcpTransport,
let client: StreamTransport = await connect(address) let client: StreamTransport = await connect(address)
result = await t.connHandler(t.server, client) result = await t.connHandler(t.server, client)
method supports(t: Transport, address: MultiAddress): bool = true method handles*(t: Transport, address: MultiAddress): bool = true