chore: making syncTree public (#23)
This commit is contained in:
parent
38f853df30
commit
c3d37c2860
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue