1
0

Remove Bitcoin address from serialized encryption format. Enable encrypt commands, fix ser_to_point() and add some tests

This commit is contained in:
ThomasV
2014-05-28 12:18:34 +02:00
parent eb981926eb
commit 501bb92584
3 changed files with 22 additions and 22 deletions

View File

@@ -478,7 +478,7 @@ class Abstract_Wallet:
secret = keys[0]
ec = regenerate_key(secret)
decrypted = ec.decrypt_message(message)
return decrypted[0]
return decrypted