diff options
author | Jimmy Hu <jimmy.hu@dexon.org> | 2019-04-11 16:23:03 +0800 |
---|---|---|
committer | Jimmy Hu <jimmy.hu@dexon.org> | 2019-04-11 16:23:03 +0800 |
commit | 2922460b04b4378ce202e5fdb92ff6ad9607ab89 (patch) | |
tree | d5e370b410f3daa85dd3ea5e84a6a63b4b005aa6 | |
parent | f1ed7d074fe1d574a84c308c6ad878dc2d153654 (diff) | |
download | dexon-2922460b04b4378ce202e5fdb92ff6ad9607ab89.tar.gz dexon-2922460b04b4378ce202e5fdb92ff6ad9607ab89.tar.zst dexon-2922460b04b4378ce202e5fdb92ff6ad9607ab89.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 |