Skip to content

Commit

Permalink
Merge pull request #197 from eval-exec/exec/fix-debug-log
Browse files Browse the repository at this point in the history
Fix SendTransactionsProofProcess debug message
  • Loading branch information
quake authored Jul 3, 2024
2 parents 5e5f5c6 + 3f4422f commit 8d42e56
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 8d42e56

Please sign in to comment.