add a command to verify all public reseeders

This commit is contained in:
Matt Drollette
2014-12-10 19:17:12 -06:00
parent 4be2dbe247
commit ce34022e93
4 changed files with 134 additions and 68 deletions

View File

@@ -18,6 +18,7 @@ func main() {
cmd.NewSu3VerifyCommand(),
cmd.NewKeygenCommand(),
cmd.NewSu3Command(),
cmd.NewSu3VerifyPublicCommand(),
}
if err := app.Run(os.Args); err != nil {