From cbf0012603deb6d2b8c257c079de98792f7b84cf Mon Sep 17 00:00:00 2001 From: Jimmy Hu Date: Mon, 17 Sep 2018 17:43:56 +0800 Subject: core: DKG interface (#108) --- integration_test/network.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'integration_test') diff --git a/integration_test/network.go b/integration_test/network.go index 446d01a..735d48a 100644 --- a/integration_test/network.go +++ b/integration_test/network.go @@ -36,6 +36,11 @@ func (n *Network) BroadcastBlock(block *types.Block) { func (n *Network) BroadcastNotaryAck(notaryAck *types.NotaryAck) { } +// SendDKGPrivateShare sends PrivateShare to a DKG participant. +func (n *Network) SendDKGPrivateShare( + recv types.ValidatorID, prvShare *types.DKGPrivateShare) { +} + // ReceiveChan returns a channel to receive messages from DEXON network. func (n *Network) ReceiveChan() <-chan interface{} { return make(chan interface{}) -- cgit v1.2.3