Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Aug 22, 2024
1 parent c579ad7 commit 6f0827b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions consensus/taiko/consensus.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,9 @@ func (t *Taiko) FinalizeAndAssemble(chain consensus.ChainHeaderReader, header *t
// Verify anchor transaction
if len(txs) != 0 { // Transactions list might be empty when building empty payload.
isAnchor, err := t.ValidateAnchorTx(txs[0], header)

log.Info("ValidatorAnchorTx", "isAnchor", isAnchor, "err", err)

if err != nil {
return nil, err
}
Expand Down

0 comments on commit 6f0827b

Please sign in to comment.