Skip to content

Commit

Permalink
add debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
fschoell committed Jun 12, 2024
1 parent d8e6413 commit 3a062ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codec/consolereader.go
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,8 @@ func (ctx *parseCtx) readAcceptedBlockV2(line string) (*pbantelope.Block, error)
}
block.FinalityData = finalityData

ctx.logger.Info("decoded ACCEPTED BLOCK V2", zap.Any("block", block))

zlog.Debug("blocking until abi decoder has decoded every transaction pushed to it")
err = ctx.abiDecoder.endBlock(ctx.currentBlock)
if err != nil {
Expand Down

0 comments on commit 3a062ad

Please sign in to comment.