diff options
Diffstat (limited to 'core/consensus_test.go')
-rw-r--r-- | core/consensus_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/consensus_test.go b/core/consensus_test.go index dd64cc2..32f9986 100644 --- a/core/consensus_test.go +++ b/core/consensus_test.go @@ -41,8 +41,8 @@ func (n *network) BroadcastVote(vote *types.Vote) {} func (n *network) BroadcastBlock(block *types.Block) { } -// BroadcastNotaryAck broadcasts notaryAck to all nodes in DEXON network. -func (n *network) BroadcastNotaryAck(notaryAck *types.NotaryAck) { +// BroadcastWitnessAck broadcasts witnessAck to all nodes in DEXON network. +func (n *network) BroadcastWitnessAck(witnessAck *types.WitnessAck) { } // SendDKGPrivateShare sends PrivateShare to a DKG participant. |