Skip to content

Commit e74e3b5

Browse files
committed
fix(cardano-chain-follower): example log cip36
Signed-off-by: bkioshn <[email protected]>
1 parent e96216a commit e74e3b5

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
@@ -238,7 +238,7 @@ async fn follow_for(network: Network, matches: ArgMatches) {
238238
}
239239

240240
// Logging bad CIP36.
241-
if !is_log_bad_cip36 {
241+
if is_log_bad_cip36 {
242242
log_bad_cip36_info(chain_update.block_data(), network);
243243
}
244244
// // Inspect the transactions in the block.

0 commit comments

Comments
 (0)