fix version
This commit is contained in:
@@ -3,7 +3,7 @@ import electrum, getpass, base64,ast,sys
|
|||||||
|
|
||||||
|
|
||||||
def upgrade_wallet(wallet):
|
def upgrade_wallet(wallet):
|
||||||
if wallet.version == 1 and wallet.use_encryption:
|
if wallet.seed_version == 1 and wallet.use_encryption:
|
||||||
# version 1 used pycrypto for wallet encryption
|
# version 1 used pycrypto for wallet encryption
|
||||||
import Crypto
|
import Crypto
|
||||||
from Crypto.Cipher import AES
|
from Crypto.Cipher import AES
|
||||||
|
|||||||
Reference in New Issue
Block a user