File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ require (
77 github.com/ethereum/go-ethereum v1.16.8
88 github.com/goccy/go-json v0.10.4
99 github.com/hashicorp/go-multierror v1.1.1
10- github.com/hashicorp/golang-lru/v2 v2.0.7
1110 github.com/holiman/uint256 v1.3.2
1211 github.com/onflow/atree v0.16.0
1312 github.com/onflow/cadence v1.10.3
@@ -99,6 +98,7 @@ require (
9998 github.com/gorilla/websocket v1.5.3 // indirect
10099 github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 // indirect
101100 github.com/hashicorp/errwrap v1.1.0 // indirect
101+ github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
102102 github.com/hashicorp/hcl v1.0.0 // indirect
103103 github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
104104 github.com/huandu/go-clone v1.6.0 // indirect
Original file line number Diff line number Diff line change @@ -236,4 +236,3 @@ func (t *BatchTxPool) batchSubmitTransactionsForSameAddress(
236236
237237 return nil
238238}
239-
You can’t perform that action at this time.
0 commit comments