Skip to content

Commit

Permalink
fix: typo in go-ethereum dependency version string
Browse files Browse the repository at this point in the history
  • Loading branch information
anomit committed Oct 22, 2024
1 parent 769714b commit cfe35e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22

require (
github.com/cenkalti/backoff/v4 v4.3.0
github.com/ethereum/go-ethereum v1.14.17
github.com/ethereum/go-ethereum v1.14.7
github.com/go-redis/redis/v8 v8.11.5
github.com/sirupsen/logrus v1.9.3
)
Expand Down Expand Up @@ -40,4 +40,4 @@ require (
rsc.io/tmplfunc v0.0.3 // indirect
)

replace github.com/ethereum/go-ethereum v1.14.17 => github.com/PowerLoom/go-ethereum v1.14.7-unsupported-tx-final
replace github.com/ethereum/go-ethereum v1.14.7 => github.com/PowerLoom/go-ethereum v1.14.7-unsupported-tx-final

0 comments on commit cfe35e2

Please sign in to comment.