diff --git a/runtime/src/dispatcher.rs b/runtime/src/dispatcher.rs index bf30ea29dc4..15405d5157e 100644 --- a/runtime/src/dispatcher.rs +++ b/runtime/src/dispatcher.rs @@ -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, );