Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
network/src/legacy: Remove unnecessary super trait on GossipService (p…
…aritytech#891) Remove `Send + Sync + 'static` super trait bound on `GossipService`. It is not required by `GossipService` nor its `impl`s.
- Loading branch information