Skip to content

Commit e188bf0

Browse files
committed
Remove redundant sync.Mutex from FeeParameters
1 parent c3d2410 commit e188bf0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

storage/pebble/fee_parameters.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import (
44
"errors"
55
"fmt"
66
"slices"
7-
"sync"
87

98
"github.com/cockroachdb/pebble"
109
"github.com/ethereum/go-ethereum/rlp"
@@ -17,7 +16,6 @@ var _ storage.FeeParametersIndexer = &FeeParameters{}
1716

1817
type FeeParameters struct {
1918
store *Storage
20-
mu sync.Mutex
2119
}
2220

2321
func NewFeeParameters(store *Storage) *FeeParameters {

0 commit comments

Comments
 (0)