|
|
|
@ -351,7 +351,7 @@ class Wallet: |
|
|
|
self.interface.poke() |
|
|
|
self.interface.poke() |
|
|
|
|
|
|
|
|
|
|
|
def set_path(self, wallet_path): |
|
|
|
def set_path(self, wallet_path): |
|
|
|
|
|
|
|
'''Set the path of the wallet.''' |
|
|
|
if wallet_path is not None: |
|
|
|
if wallet_path is not None: |
|
|
|
self.path = wallet_path |
|
|
|
self.path = wallet_path |
|
|
|
else: |
|
|
|
else: |
|
|
|
|