aboutsummaryrefslogtreecommitdiffstats
path: root/integration_test
diff options
context:
space:
mode:
Diffstat (limited to 'integration_test')
-rw-r--r--integration_test/network.go5
1 files changed, 5 insertions, 0 deletions
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{})