diff --git a/lib/wallet.py b/lib/wallet.py index 8c658769f..63a41ff7a 100644 --- a/lib/wallet.py +++ b/lib/wallet.py @@ -676,6 +676,7 @@ class Wallet: os.chmod(self.path,stat.S_IREAD | stat.S_IWRITE) def read(self): + '''Read the contents of the wallet file.''' import interface upgrade_msg = """This wallet seed is deprecated. Please run upgrade.py for a diagnostic."""