This commit is contained in:
jackjack-jj 2013-05-02 10:43:27 +03:00
parent b50a09ea87
commit 2b7b67dd60

View File

@ -2196,7 +2196,7 @@ def read_wallet(json_db, db_env, walletfile, print_wallet, print_wallet_transact
public_key = k['pubkey'].decode('hex')
crypter.SetIV(Hash(public_key))
secret = crypter.Decrypt(ckey)
compressed = public_key[0] != '\04'
compressed = public_key[0] != '\x04'
if check: