|
|
|
@ -236,8 +236,7 @@ if __name__ == '__main__': |
|
|
|
wallet.seed = None |
|
|
|
wallet.seed = None |
|
|
|
wallet.init_sequence(str(seed)) |
|
|
|
wallet.init_sequence(str(seed)) |
|
|
|
else: |
|
|
|
else: |
|
|
|
wallet.seed = str(seed) |
|
|
|
wallet.init_seed( str(seed) ) |
|
|
|
wallet.init_mpk( wallet.seed ) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if not options.offline: |
|
|
|
if not options.offline: |
|
|
|
interface = Interface(config) |
|
|
|
interface = Interface(config) |
|
|
|
|