From 8701ccfe8729f7212df87e74622e9dda9c5076ae Mon Sep 17 00:00:00 2001 From: Nishant Das Date: Wed, 18 Sep 2019 21:21:49 +0530 Subject: [PATCH] update to latest (#3518) --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 93f431b85..210804d6c 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -194,7 +194,7 @@ protobuf_deps() go_repository( name = "com_github_ethereum_go_ethereum", - commit = "8839d2f3b900530fbab26154740e8bded3932a86", + commit = "31f7cb1c214026485e7f04c7d0388410dc30c027", importpath = "github.com/ethereum/go-ethereum", # Note: go-ethereum is not bazel-friendly with regards to cgo. We have a # a fork that has resolved these issues by disabling HID/USB support and