tcreated docstring for set_path() - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 89109541bd452bd6f60979c81b883ab4068fa258
DIR parent f0fb3ec0e15d3b87f0acb92c796b7498b9e49e67
HTML Author: Jimbo77 <onlineregular@gmail.com>
Date: Sun, 19 Aug 2012 18:08:32 -0700
created docstring for set_path()
Diffstat:
M lib/wallet.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/lib/wallet.py b/lib/wallet.py
t@@ -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: