Vendor github.com/ethereum/go-ethereum

Actually the vendor path pulls our soft fork instead of
github.com/ethereum/go-ethereum.  This ensures that our local version is
used throughout.
pull/250/head
Eugene Kim 6 years ago
parent f599efd160
commit 82675a2daf
  1. 4
      .gitmodules
  2. 1
      vendor/github.com/ethereum/go-ethereum

4
.gitmodules vendored

@ -0,0 +1,4 @@
[submodule "vendor/github.com/ethereum/go-ethereum"]
path = vendor/github.com/ethereum/go-ethereum
url = https://github.com/harmony-one/go-ethereum
branch = master

@ -0,0 +1 @@
Subproject commit 38cce9ac333d674616047be14c270d7cfbd43641
Loading…
Cancel
Save