Merge pull request #88 from harmony-one/lc4pr

fix benchmark run error in original mode
pull/89/head
Leo Chen 6 years ago committed by GitHub
commit 8ddb055cd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      benchmark.go

@ -226,9 +226,11 @@ func main() {
}() }()
} }
} else { } else {
go func() { if *peerDisvoery {
currentNode.JoinShard(leader) go func() {
}() currentNode.JoinShard(leader)
}()
}
} }
currentNode.StartServer(*port) currentNode.StartServer(*port)

Loading…
Cancel
Save