From 4166fb24dddb8b7910028690e3c9780dc28a2174 Mon Sep 17 00:00:00 2001 From: Elizabeth Engelman Date: Wed, 21 Aug 2019 15:32:28 -0500 Subject: [PATCH] Replace any geth version with the vdb statediff patch --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 64c66ace..9b50e923 100644 --- a/go.mod +++ b/go.mod @@ -48,4 +48,4 @@ require ( gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 ) -replace github.com/ethereum/go-ethereum v1.9.0 => github.com/vulcanize/go-ethereum v0.0.0-20190731183759-8e20673bd101 +replace github.com/ethereum/go-ethereum => github.com/vulcanize/go-ethereum v0.0.0-20190731183759-8e20673bd101