aboutsummaryrefslogtreecommitdiffstats
path: root/simulation/simulation.go
diff options
context:
space:
mode:
Diffstat (limited to 'simulation/simulation.go')
-rw-r--r--simulation/simulation.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/simulation/simulation.go b/simulation/simulation.go
index 4e97900..dcb7225 100644
--- a/simulation/simulation.go
+++ b/simulation/simulation.go
@@ -44,7 +44,7 @@ func Run(cfg *config.Config) {
panic(fmt.Errorf("DKGSetSze should not be larger the node num"))
}
- dMoment := time.Now().UTC().Add(1 * time.Second)
+ dMoment := time.Now().UTC()
// init is a function to init a node.
init := func(serverEndpoint interface{}) {