aboutsummaryrefslogtreecommitdiffstats
path: root/dex/network.go
diff options
context:
space:
mode:
Diffstat (limited to 'dex/network.go')
-rw-r--r--dex/network.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/dex/network.go b/dex/network.go
index d0b8b5d77..a12e357eb 100644
--- a/dex/network.go
+++ b/dex/network.go
@@ -29,6 +29,11 @@ func (n *DexconNetwork) SendDKGPrivateShare(
recv types.NodeID, prvShare *types.DKGPrivateShare) {
}
+// BroadcastDKGPrivateShare broadcasts PrivateShare to all DKG participants.
+func (n *DexconNetwork) BroadcastDKGPrivateShare(
+ prvShare *types.DKGPrivateShare) {
+}
+
// ReceiveChan returns a channel to receive messages from DEXON network.
func (n *DexconNetwork) ReceiveChan() <-chan interface{} {
return n.receiveChan