mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 15:41:02 +00:00
Replicate Rob's PR (#4337)
This commit is contained in:
@@ -932,6 +932,13 @@ impl CandidateBackingJob {
|
||||
|
||||
// Sanity check that candidate is from our assignment.
|
||||
if Some(candidate.descriptor().para_id) != self.assignment {
|
||||
tracing::debug!(
|
||||
target: LOG_TARGET,
|
||||
our_assignment = ?self.assignment,
|
||||
collation = ?candidate.descriptor().para_id,
|
||||
"Subsystem asked to second for para outside of our assignment",
|
||||
);
|
||||
|
||||
return Ok(())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user