Skip to content
Commit 335d0de7 authored by Max Inden's avatar Max Inden Committed by Bastian Köcher
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 4be0cbcd
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