aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2018-09-23 20:51:05 +0800
committerGitHub <noreply@github.com>2018-09-23 20:51:05 +0800
commit0ab5a2d4f63ece79a4df32c6fb3ac710a954fd89 (patch)
tree626db6969aee92702001e5c9f3de56e2a439ccac /Gopkg.toml
parent2c71e8448a9c03e924a7869351eebf2def1af057 (diff)
downloadtangerine-consensus-0ab5a2d4f63ece79a4df32c6fb3ac710a954fd89.tar.gz
tangerine-consensus-0ab5a2d4f63ece79a4df32c6fb3ac710a954fd89.tar.zst
tangerine-consensus-0ab5a2d4f63ece79a4df32c6fb3ac710a954fd89.zip
core: run first DKG at startup. (#129)
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index 7f32948..b495aa6 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -42,8 +42,8 @@
name = "github.com/syndtr/goleveldb"
[[constraint]]
- branch = "master"
- name = "github.com/herumi/bls"
+ branch = "dev"
+ name = "github.com/Spiderpowa/bls"
[prune]
go-tests = true