From 0dedf51ed8ab688c3f67e63c6152e858ab8f7c3e Mon Sep 17 00:00:00 2001 From: Aleksandr Bezobchuk Date: Wed, 24 Oct 2018 11:06:27 -0400 Subject: [PATCH] Update dep comments --- Gopkg.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gopkg.toml b/Gopkg.toml index a5c88bd5..5ba05cc7 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -1,6 +1,7 @@ [[constraint]] name = "github.com/ethereum/go-ethereum" - # TODO: Remove this forked source and branch + # TODO: Remove this forked source and branch once Turbo-Geth is ready as a + # client. source = "github.com/alexanderbez/go-ethereum" branch = "ethermint-statedb"