aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/dexon-foundation
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2019-01-28 09:26:57 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-06-12 17:27:22 +0800
commit05d4b99e029f263b69deaf2bd9f98f3dc355ec81 (patch)
tree424ebb70e61d13b3b9dff871b6ebc2a06c0a6689 /vendor/github.com/dexon-foundation
parent3f7a3e7a4641da014a9fa33b9e59d29e6d439de0 (diff)
downloadgo-tangerine-05d4b99e029f263b69deaf2bd9f98f3dc355ec81.tar
go-tangerine-05d4b99e029f263b69deaf2bd9f98f3dc355ec81.tar.gz
go-tangerine-05d4b99e029f263b69deaf2bd9f98f3dc355ec81.tar.bz2
go-tangerine-05d4b99e029f263b69deaf2bd9f98f3dc355ec81.tar.lz
go-tangerine-05d4b99e029f263b69deaf2bd9f98f3dc355ec81.tar.xz
go-tangerine-05d4b99e029f263b69deaf2bd9f98f3dc355ec81.tar.zst
go-tangerine-05d4b99e029f263b69deaf2bd9f98f3dc355ec81.zip
vendor, param: sync to latest core and update testnet config (#178)
* param: update testnet config * vendor: sync to latest core
Diffstat (limited to 'vendor/github.com/dexon-foundation')
-rw-r--r--vendor/github.com/dexon-foundation/dexon-consensus/core/dkg-tsig-protocol.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/dexon-foundation/dexon-consensus/core/dkg-tsig-protocol.go b/vendor/github.com/dexon-foundation/dexon-consensus/core/dkg-tsig-protocol.go
index 02e3ae070..73b8abfd9 100644
--- a/vendor/github.com/dexon-foundation/dexon-consensus/core/dkg-tsig-protocol.go
+++ b/vendor/github.com/dexon-foundation/dexon-consensus/core/dkg-tsig-protocol.go
@@ -234,6 +234,7 @@ func (d *dkgProtocol) processNackComplaints(complaints []*typesDKG.Complaint) (
continue
}
d.recv.ProposeDKGAntiNackComplaint(&typesDKG.PrivateShare{
+ ProposerID: d.ID,
ReceiverID: complaint.ProposerID,
Round: d.round,
PrivateShare: *share,