Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
fix(proposer): fix an issue in ProposeTxLists
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Apr 19, 2024
1 parent 1c381e2 commit 3350686
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proposer/proposer.go
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,8 @@ func (p *Proposer) ProposeOp(ctx context.Context) error {
txListsBytes = append(txListsBytes, txListBytes)
}

log.Info("Test", "1", len(txLists), "2", len(txListsBytes))

for i, err := range p.ProposeTxLists(ctx, txListsBytes) {
if err != nil {
log.Error("Failed to send TaikoL1.proposeBlock transaction", "index", i, "error", err)
Expand Down

0 comments on commit 3350686

Please sign in to comment.