mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 06:57:58 +00:00
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:
@@ -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(
|
||||
_,
|
||||
|
||||
Reference in New Issue
Block a user