diff --git a/packages/taiko-client/driver/chain_syncer/blob/syncer.go b/packages/taiko-client/driver/chain_syncer/blob/syncer.go index 1d4f542911..f309076c81 100644 --- a/packages/taiko-client/driver/chain_syncer/blob/syncer.go +++ b/packages/taiko-client/driver/chain_syncer/blob/syncer.go @@ -258,6 +258,7 @@ func (s *Syncer) onBlockProposed( } log.Info("TestResult", + "blockId", meta.GetBlockID(), "txListBytes", len(txListBytes), "offset", meta.GetBlobTxListOffset(), "length", meta.GetBlobTxListLength(),