1
0

menu option to show private key

This commit is contained in:
thomasv
2013-02-02 11:46:02 +01:00
parent cd4afb89ea
commit 50305e1f57
2 changed files with 20 additions and 2 deletions

View File

@@ -147,7 +147,6 @@ class Wallet:
# encrypt
self.seed = self.pw_encode( seed, password )
def init_mpk(self,seed):
# public key
curve = SECP256k1