Commit 542bc2fc authored by obscuren's avatar obscuren

Woops

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