From cfe35e23d83a0666fe38356607bd3dbf4f21348c Mon Sep 17 00:00:00 2001 From: anomit ghosh Date: Tue, 22 Oct 2024 22:26:28 +0530 Subject: [PATCH] fix: typo in go-ethereum dependency version string --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 9eaa020..62c6deb 100644 --- a/go.mod +++ b/go.mod @@ -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 ) @@ -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