Skip to content

Commit 7c70770

Browse files
committed
Fix CI failures
1 parent 90c1b60 commit 7c70770

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

services/requester/batch_tx_pool.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,4 +236,3 @@ func (t *BatchTxPool) batchSubmitTransactionsForSameAddress(
236236

237237
return nil
238238
}
239-

0 commit comments

Comments
 (0)