added docstring for the read() function
This commit is contained in:
@@ -676,6 +676,7 @@ class Wallet:
|
|||||||
os.chmod(self.path,stat.S_IREAD | stat.S_IWRITE)
|
os.chmod(self.path,stat.S_IREAD | stat.S_IWRITE)
|
||||||
|
|
||||||
def read(self):
|
def read(self):
|
||||||
|
'''Read the contents of the wallet file.'''
|
||||||
import interface
|
import interface
|
||||||
|
|
||||||
upgrade_msg = """This wallet seed is deprecated. Please run upgrade.py for a diagnostic."""
|
upgrade_msg = """This wallet seed is deprecated. Please run upgrade.py for a diagnostic."""
|
||||||
|
|||||||
Reference in New Issue
Block a user