Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jianoaix committed May 6, 2024
1 parent 1f29c70 commit 474448c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ func (n *Node) ProcessBatch(ctx context.Context, header *core.BatchHeader, blobs
return nil, err
}

log.Debug("Processing batch", "num of blobs", len(blobs), "batchHeaderHash", batchHeaderHash)
log.Debug("Processing a batch", "batchHeaderHash", batchHeaderHash, "num of blobs", len(blobs), "referenceBlockNumber", header.ReferenceBlockNumber)

if len(blobs) == 0 {
return nil, errors.New("ProcessBatch: number of blobs must be greater than zero")
Expand Down

0 comments on commit 474448c

Please sign in to comment.