Skip to content

Commit

Permalink
chore: log dataAvailabilityMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoyaojia committed Aug 31, 2024
1 parent 08b03a2 commit 5266a88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etherman/etherman_xlayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -1025,6 +1025,7 @@ func (etherMan *Client) sequenceBatchesXLayer(opts bind.TransactOpts, sequences
log.Debugf("Batches to send: %+v", batches)
log.Debug("l2CoinBase: ", l2Coinbase)
log.Debug("Sequencer address: ", opts.From)
log.Debug("dataAvailabilityMessage: ", dataAvailabilityMessage)
a, err2 := polygonzkevm.PolygonvalidiumXlayerMetaData.GetAbi()
if err2 != nil {
log.Error("error getting abi. Error: ", err2)
Expand Down

0 comments on commit 5266a88

Please sign in to comment.