use original mtime of routerInfo and simplify Reseeder interface

This commit is contained in:
Matt Drollette
2014-12-15 14:50:10 -06:00
parent d6e3a1df78
commit bb7c6029e4
6 changed files with 24 additions and 120 deletions

View File

@@ -21,9 +21,8 @@ func main() {
app.Flags = []cli.Flag{}
app.Commands = []cli.Command{
cmd.NewReseedCommand(),
// cmd.NewSu3VerifyCommand(),
cmd.NewSu3VerifyCommand(),
cmd.NewKeygenCommand(),
// cmd.NewSu3Command(),
// cmd.NewSu3VerifyPublicCommand(),
}