0
0
Fork 0

add comment to function

This commit is contained in:
Gibheer 2015-02-19 20:54:47 +01:00
parent f80f34d89c
commit 1c621c063c
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ func create_public_key() {
if err != nil { os.Exit(2) }
}
// sign a message using he private key
func sign_input() {
fs := NewFlags("sign-input")
fs.AddPrivateKey()