Skip to content

Commit

Permalink
Fix SendTransactionsProofProcess debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Jul 2, 2024
1 parent 0379fe2 commit 3f4422f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ impl<'a> SendTransactionsProofProcess<'a> {
}
}
}
debug!("verify SendBlocksProof ok");
debug!("verify SendTransactionsProof ok");

for (filtered_block, extension) in filtered_blocks.into_iter().zip(extensions.iter()) {
let header = filtered_block.header().into_view();
Expand Down

0 comments on commit 3f4422f

Please sign in to comment.