diff options
| author | Jimmy Hu <jimmy.hu@dexon.org> | 2019-01-28 09:26:57 +0800 |
|---|---|---|
| committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 13:50:02 +0800 |
| commit | a0b8af5f565d5ea3342e4651c02122ef42ef9fcd (patch) | |
| tree | ca1bb56e2faae5011d523803d6ce29daa2af4474 /vendor/github.com/dexon-foundation | |
| parent | 82b79df10f87d6b1fce6fca25dac389973ee6ca2 (diff) | |
| download | dexon-a0b8af5f565d5ea3342e4651c02122ef42ef9fcd.tar dexon-a0b8af5f565d5ea3342e4651c02122ef42ef9fcd.tar.gz dexon-a0b8af5f565d5ea3342e4651c02122ef42ef9fcd.tar.bz2 dexon-a0b8af5f565d5ea3342e4651c02122ef42ef9fcd.tar.lz dexon-a0b8af5f565d5ea3342e4651c02122ef42ef9fcd.tar.xz dexon-a0b8af5f565d5ea3342e4651c02122ef42ef9fcd.tar.zst dexon-a0b8af5f565d5ea3342e4651c02122ef42ef9fcd.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.go | 1 |
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, |
