예제 #1
0
파일: client.go 프로젝트: dedis/cothority
// checkConfig contacts all servers and verifies if it receives a valid
// signature from each.
func checkConfig(c *cli.Context) error {
	tomlFileName := c.String(optionGroup)
	return check.Config(tomlFileName)
}
예제 #2
0
// checkConfig contacts all servers and verifies if it receives a valid
// signature from each.
func checkConfig(c *cli.Context) error {
	tomlFileName := c.String("g")
	return check.Config(tomlFileName)
}