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

Commit

Permalink
upgrade logic
Browse files Browse the repository at this point in the history
  • Loading branch information
mask-pp committed May 2, 2024
1 parent 158dfcc commit 4a8dbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposer/proposer.go
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ func (p *Proposer) ProposeTxList(
return err
}

receipt, err := p.txmgr.Send(p.ctx, *txCandidate)
receipt, err := p.txmgr.Send(ctx, *txCandidate)
if err != nil {
log.Warn("Failed to send TaikoL1.proposeBlock transaction", "error", encoding.TryParsingCustomError(err))
return err
Expand Down

0 comments on commit 4a8dbbb

Please sign in to comment.