aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2018-11-02 13:42:54 +0800
committerGitHub <noreply@github.com>2018-11-02 13:42:54 +0800
commitbd5e5b4c79d990d65823b3630c0f76d21af9b52d (patch)
treec32f1ef5f20d129758785efb9f8e20c78a0de1bb /GNUmakefile
parentf521279b0d3d33e072d0dc439288fa16cbbf34d3 (diff)
downloaddexon-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 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index cf4639f..4988fa3 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -6,7 +6,7 @@ BINDIR := $(CURDIR)/build
else
BINDIR := $(abspath $(BINDIR))
endif
-PROJECT_ROOT=github.com/dexon-foundation/dexon-consensus-core
+PROJECT_ROOT=github.com/dexon-foundation/dexon-consensus
BLS_REPO = dexonfoundation/bls-go-alpine
BLS_LIB = vendor/github.com/dexon-foundation/bls/lib/libbls384.a
BUILDER_REPO = dexonfoundation/dexon-alpine