good morning!!!!

Skip to content
Snippets Groups Projects
Commit 542bc2fc authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

Woops

parent d7205b7a
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,8 @@ func CreateKeyPair(force bool) {
pub, prv := secp256k1.GenerateKeyPair()
log.Printf("Your new address is %x\n", pub[12:])
ethutil.Config.Db.Put([]byte("KeyRing"), prv)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment