diff options
author | Jimmy Hu <jimmy.hu@dexon.org> | 2018-11-02 13:42:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-02 13:42:54 +0800 |
commit | bd5e5b4c79d990d65823b3630c0f76d21af9b52d (patch) | |
tree | c32f1ef5f20d129758785efb9f8e20c78a0de1bb /README.md | |
parent | f521279b0d3d33e072d0dc439288fa16cbbf34d3 (diff) | |
download | dexon-consensus-bd5e5b4c79d990d65823b3630c0f76d21af9b52d.tar dexon-consensus-bd5e5b4c79d990d65823b3630c0f76d21af9b52d.tar.gz dexon-consensus-bd5e5b4c79d990d65823b3630c0f76d21af9b52d.tar.bz2 dexon-consensus-bd5e5b4c79d990d65823b3630c0f76d21af9b52d.tar.lz dexon-consensus-bd5e5b4c79d990d65823b3630c0f76d21af9b52d.tar.xz dexon-consensus-bd5e5b4c79d990d65823b3630c0f76d21af9b52d.tar.zst dexon-consensus-bd5e5b4c79d990d65823b3630c0f76d21af9b52d.zip |
core: Remove max block interval (#287)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ -[](https://circleci.com/gh/dexon-foundation/dexon-consensus-core) +[](https://circleci.com/gh/dexon-foundation/dexon-consensus) -DEXON Consensus Core +DEXON Consensus ==================== ## Getting Started @@ -13,8 +13,8 @@ DEXON Consensus Core 1. Clone the repo ``` - git clone https://github.com/dexon-foundation/dexon-consensus-core.git - cd dexon-consensus-core + git clone https://github.com/dexon-foundation/dexon-consensus.git + cd dexon-consensus ``` 2. Install go dependency management tool |