mirror of
https://github.com/codex-storage/nim-libp2p.git
synced 2025-01-11 19:44:18 +00:00
rename supports to handles
This commit is contained in:
parent
e486b5e40c
commit
f56d925f6f
@ -61,4 +61,4 @@ method dial*(t: TcpTransport,
|
||||
let client: StreamTransport = await connect(address)
|
||||
result = await t.connHandler(t.server, client)
|
||||
|
||||
method supports(t: Transport, address: MultiAddress): bool = true
|
||||
method handles*(t: Transport, address: MultiAddress): bool = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user