Skip to content

Commit

Permalink
runtime: Log round that is being processed
Browse files Browse the repository at this point in the history
  • Loading branch information
kostko committed Sep 4, 2020
1 parent 07ea935 commit fd02403
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/src/dispatcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ impl Dispatcher {
) {
debug!(self.logger, "Received transaction batch request";
"state_root" => ?block.header.state_root,
"round" => block.header.round + 1,
"check_only" => check_only,
);

Expand Down

0 comments on commit fd02403

Please sign in to comment.