aboutsummaryrefslogtreecommitdiffstats
path: root/integration_test/network.go
diff options
context:
space:
mode:
Diffstat (limited to 'integration_test/network.go')
-rw-r--r--integration_test/network.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration_test/network.go b/integration_test/network.go
index b58cbcd..1c7265d 100644
--- a/integration_test/network.go
+++ b/integration_test/network.go
@@ -38,7 +38,7 @@ func (n *Network) BroadcastWitnessAck(witnessAck *types.WitnessAck) {
// SendDKGPrivateShare sends PrivateShare to a DKG participant.
func (n *Network) SendDKGPrivateShare(
- recv types.ValidatorID, prvShare *types.DKGPrivateShare) {
+ recv types.NodeID, prvShare *types.DKGPrivateShare) {
}
// ReceiveChan returns a channel to receive messages from DEXON network.