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

Commit d7bab11

Browse files
committed
fix: fix lint error
1 parent b415e37 commit d7bab11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposer/proposer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ func (p *Proposer) ProposeOp(ctx context.Context) error {
320320
}
321321

322322
for i, err := range p.ProposeTxLists(ctx, txListsBytes) {
323-
var errMsg error = err
323+
var errMsg = err
324324
if err != nil {
325325
// If a transaction is reverted on chain, the error string will like this:
326326
// fmt.Errorf("%w purpose: %v hash: %v", ErrTransactionReverted, txPurpose, rcpt.Receipt.TxHash)

0 commit comments

Comments
 (0)