diff options
author | Jimmy Hu <jimmy.hu@dexon.org> | 2019-04-11 16:23:03 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-15 22:09:55 +0800 |
commit | 67637a63cab266b30d2a634bb8039bd7ff1ae335 (patch) | |
tree | 22587870e4cd6a7bf76a3d61585e37d8e9f84fe7 | |
parent | 42577929821c56994da7a950f9646ac3f54ce4c6 (diff) | |
download | go-tangerine-67637a63cab266b30d2a634bb8039bd7ff1ae335.tar.gz go-tangerine-67637a63cab266b30d2a634bb8039bd7ff1ae335.tar.zst go-tangerine-67637a63cab266b30d2a634bb8039bd7ff1ae335.zip |
misc: use master branch for dexon-consensus
-rwxr-xr-x | test/sync_core.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sync_core.sh b/test/sync_core.sh index 2062de6f4..d18c7b8f7 100755 --- a/test/sync_core.sh +++ b/test/sync_core.sh @@ -1,3 +1,3 @@ #!/bin/bash -govendor fetch github.com/dexon-foundation/dexon-consensus/...@single-chain +govendor fetch github.com/dexon-foundation/dexon-consensus/...@master |