Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Import IScheduler instead of Scheduler in DhtHandshake class
`DhtHandshake` only needs the interface, rather than access to the full `Scheduler` class. This was not possible in dhtproto v13.x.x since its minimum ocean dependency predated introduction of the interface, but we can make this change in v14.x.x.
- Loading branch information