Don't wait for dispute coordinator (#5157)

* Don't wait for dispute coordinator

in backing and approval-voting - we are single threaded there, so this
is blocking everything.

* Add missing import.

* Don't warn on dropped receiver.
This commit is contained in:
Robert Klotzner
2022-03-18 16:15:50 +01:00
committed by GitHub
parent 495b6cc937
commit 3688e46d1b
5 changed files with 14 additions and 26 deletions
@@ -25,6 +25,7 @@ use polkadot_node_primitives::{
use polkadot_node_subsystem::{
messages::{
AllMessages, ApprovalVotingMessage, AssignmentCheckResult, AvailabilityRecoveryMessage,
ImportStatementsResult,
},
ActivatedLeaf, ActiveLeavesUpdate, LeafStatus,
};