Skip to content

Commit e0d8342

Browse files
committed
chore(cardano-chain-follower): fix log
Signed-off-by: bkioshn <[email protected]>
1 parent 68085fc commit e0d8342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/cardano-chain-follower/examples/follow_chains.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ fn log_bad_cip509_info(block: &MultiEraBlock, network: Network) {
463463
if cip509.report().is_problematic() {
464464
info!(
465465
network = network.to_string(),
466-
"CIP509 valid decoded, but have problem: {:?}", cip509
466+
"CIP509 invalid: {:?}", cip509
467467
);
468468
}
469469
}

0 commit comments

Comments
 (0)