We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d2410 commit e188bf0Copy full SHA for e188bf0
1 file changed
storage/pebble/fee_parameters.go
@@ -4,7 +4,6 @@ import (
4
"errors"
5
"fmt"
6
"slices"
7
- "sync"
8
9
"github.com/cockroachdb/pebble"
10
"github.com/ethereum/go-ethereum/rlp"
@@ -17,7 +16,6 @@ var _ storage.FeeParametersIndexer = &FeeParameters{}
17
16
18
type FeeParameters struct {
19
store *Storage
20
- mu sync.Mutex
21
}
22
23
func NewFeeParameters(store *Storage) *FeeParameters {
0 commit comments