diff options
author | Jimmy Hu <jimmy.hu@dexon.org> | 2019-04-22 16:47:01 +0800 |
---|---|---|
committer | Jimmy Hu <jimmy.hu@dexon.org> | 2019-04-22 17:32:26 +0800 |
commit | 528b0252cdf359b5c3bd0dd22c96641c06eb5659 (patch) | |
tree | 8e3842cbdd629e7fd8ead3ef02447423ffbda239 | |
parent | c33ffa04534a7ab2bcbdcef954a8b8ec6635bcab (diff) | |
download | dexon-528b0252cdf359b5c3bd0dd22c96641c06eb5659.tar.gz dexon-528b0252cdf359b5c3bd0dd22c96641c06eb5659.tar.zst dexon-528b0252cdf359b5c3bd0dd22c96641c06eb5659.zip |
test: change sync branch
-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..25bb1a055 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/...@testnet |