aboutsummaryrefslogtreecommitdiffstats
path: root/core/consensus_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/consensus_test.go')
-rw-r--r--core/consensus_test.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/consensus_test.go b/core/consensus_test.go
index 2b71d6b..a58d3e8 100644
--- a/core/consensus_test.go
+++ b/core/consensus_test.go
@@ -55,6 +55,12 @@ func (n *network) BroadcastDKGPrivateShare(
prvShare *types.DKGPrivateShare) {
}
+// BroadcastDKGPartialSignature broadcasts partialSignature to all
+// DKG participants.
+func (n *network) BroadcastDKGPartialSignature(
+ psig *types.DKGPartialSignature) {
+}
+
// ReceiveChan returns a channel to receive messages from DEXON network.
func (n *network) ReceiveChan() <-chan interface{} {
return make(chan interface{})