Implemented key importing/generation for the GUI

This commit is contained in:
Maran
2014-04-10 14:53:12 -04:00
parent 834e43622c
commit e2bf5d1270
5 changed files with 237 additions and 11 deletions

View File

@ -84,8 +84,6 @@ func main() {
utils.ImportPrivateKey(ImportKey)
os.Exit(0)
}
} else {
utils.CreateKeyPair(false)
}
}