diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-11-02 12:04:20 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2018-12-19 20:54:27 +0800 |
commit | 1894ad3b915a28be657c6f760b3ad089507da66c (patch) | |
tree | bec363c67a6e00395ec4fd9490f882c1f0c38135 /test | |
parent | 8ac4cbab66208e0b41f510528633d5ec6768baca (diff) | |
download | dexon-1894ad3b915a28be657c6f760b3ad089507da66c.tar dexon-1894ad3b915a28be657c6f760b3ad089507da66c.tar.gz dexon-1894ad3b915a28be657c6f760b3ad089507da66c.tar.bz2 dexon-1894ad3b915a28be657c6f760b3ad089507da66c.tar.lz dexon-1894ad3b915a28be657c6f760b3ad089507da66c.tar.xz dexon-1894ad3b915a28be657c6f760b3ad089507da66c.tar.zst dexon-1894ad3b915a28be657c6f760b3ad089507da66c.zip |
Rename import due to dexon-consensus rename
Diffstat (limited to 'test')
-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 13f78c2aa..5e09c47cc 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-core/... +govendor fetch github.com/dexon-foundation/dexon-consensus/... |