Fixes bug that collator wasn't sending Declare message (#1895)

* Fixes bug that collator wasn't sending `Declare` message

* Apply suggestions from code review

I'm an idiot
This commit is contained in:
Bastian Köcher
2020-11-01 13:40:53 +01:00
committed by GitHub
parent ad9e1fdf75
commit 8cb049a75a
2 changed files with 170 additions and 23 deletions
@@ -187,8 +187,7 @@ impl CandidateSelectionJob {
para_id,
collator_id,
)) => {
self.handle_collation(relay_parent, para_id, collator_id)
.await;
self.handle_collation(relay_parent, para_id, collator_id).await;
}
ToJob::CandidateSelection(CandidateSelectionMessage::Invalid(
_,