mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 07:01:05 +00:00
restructure polkadot-node-jaeger (#2642)
This commit is contained in:
committed by
GitHub
parent
59640a38bc
commit
ea6294fa79
@@ -245,8 +245,8 @@ impl ProvisioningJob {
|
||||
self.signed_bitfields.push(signed_bitfield)
|
||||
}
|
||||
ProvisionableData::BackedCandidate(backed_candidate) => {
|
||||
let mut span = span.child("provisionable-backed");
|
||||
span.add_para_id(backed_candidate.descriptor().para_id);
|
||||
let _span = span.child("provisionable-backed")
|
||||
.with_para_id(backed_candidate.descriptor().para_id);
|
||||
self.backed_candidates.push(backed_candidate)
|
||||
}
|
||||
_ => {}
|
||||
|
||||
Reference in New Issue
Block a user