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

chore(pkg): Update fallback.go - Fix broken link #446

Merged
merged 2 commits into from
Nov 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading