aboutsummaryrefslogtreecommitdiffstats
path: root/simulation/node.go
diff options
context:
space:
mode:
Diffstat (limited to 'simulation/node.go')
-rw-r--r--simulation/node.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/simulation/node.go b/simulation/node.go
index f2ddd5a..b90c1f8 100644
--- a/simulation/node.go
+++ b/simulation/node.go
@@ -114,6 +114,8 @@ MainLoop:
n.gov.AddDKGComplaint(val)
case *types.DKGMasterPublicKey:
n.gov.AddDKGMasterPublicKey(val)
+ case *types.DKGFinalize:
+ n.gov.AddDKGFinalize(val)
default:
panic(fmt.Errorf("unexpected message from server: %v", val))
}