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

Commit

Permalink
chore(pkg): update fallback.go (#446)
Browse files Browse the repository at this point in the history
Co-authored-by: David <[email protected]>
  • Loading branch information
MartinKong1990 and davidtaikocha authored Nov 5, 2023
1 parent 8b3cef2 commit c920982
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/rpc/fallback.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import (
"strings"
)

// Taken from https://github.com/ethereum-optimism/optimism/blob/develop/bss-core/drivers/max_priority_fee_fallback.go
// Taken from:
// https://github.com/ethereum-optimism/optimism-legacy/blob/develop/bss-core/drivers/max_priority_fee_fallback.go
var (
//lint:ignore ST1005 allow `errMaxPriorityFeePerGasNotFound` to be capitalized.
errMaxPriorityFeePerGasNotFound = errors.New(
Expand Down

0 comments on commit c920982

Please sign in to comment.