Skip to content

Commit

Permalink
Update parachain-tracer/src/progress.rs
Browse files Browse the repository at this point in the history
Co-authored-by: ordian <[email protected]>
  • Loading branch information
AndreiEres and ordian authored Jul 14, 2023
1 parent 8d7388f commit 9bc8296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parachain-tracer/src/progress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ impl Display for DisputesTracker {
for (validator_idx, validator_address) in &self.initiators {
writeln!(
f,
"\t\t\t🚀 Validator initiated dispute: {}",
"\t\t\t😠 Validator initiated dispute: {}",
format!("idx: {}, address: {}", validator_idx, validator_address).magenta(),
)?;
}
Expand Down

0 comments on commit 9bc8296

Please sign in to comment.