created docstring for set_path()
This commit is contained in:
@@ -351,7 +351,7 @@ class Wallet:
|
||||
self.interface.poke()
|
||||
|
||||
def set_path(self, wallet_path):
|
||||
|
||||
'''Set the path of the wallet.'''
|
||||
if wallet_path is not None:
|
||||
self.path = wallet_path
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user