mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Align for "Starting parachain attestation session" (#1554)
This commit is contained in:
@@ -383,13 +383,13 @@ impl<N, P, SP, CF> ParachainValidationInstances<N, P, SP, CF> where
|
||||
|
||||
if let Some(ref duty) = local_duty {
|
||||
info!(
|
||||
"✍️ Starting parachain attestation session (parent: {}) with active duty {}",
|
||||
"✍️ Starting parachain attestation session (parent: {}) with active duty {}",
|
||||
parent_hash,
|
||||
Colour::Red.bold().paint(format!("{:?}", duty)),
|
||||
);
|
||||
} else {
|
||||
debug!(
|
||||
"✍️ Starting parachain attestation session (parent: {}). No local duty..",
|
||||
"✍️ Starting parachain attestation session (parent: {}). No local duty..",
|
||||
parent_hash,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user