diff --git a/dnsdisc/client.nim b/dnsdisc/client.nim index e4125e1..2fe0baa 100644 --- a/dnsdisc/client.nim +++ b/dnsdisc/client.nim @@ -184,7 +184,7 @@ proc resolveRoot*(resolver: Resolver, loc: LinkEntry): Future[ResolveResult[Root return ok(res[]) -proc syncTree(resolver: Resolver, rootLocation: LinkEntry): Future[Result[Tree, cstring]] {.async.} = +proc syncTree*(resolver: Resolver, rootLocation: LinkEntry): Future[Result[Tree, cstring]] {.async.} = ## Synchronises the client tree according to EIP-1459 let rootEntry = await resolveRoot(resolver, rootLocation)