Skip to content
Unverified Commit ba3b5483 authored by Max Inden's avatar Max Inden
Browse files

*: Ensure GossipEngine is being polled

With https://github.com/paritytech/substrate/pull/4767 a `GossipEngine`
does not spawn its own tasks, but relies on its owner to poll it. This
patch removes the unneeded executor argument and spawns the gossip
engine as an orphaned task onto the executor instead.
parent 07426539
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment