electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 89109541bd452bd6f60979c81b883ab4068fa258
parent f0fb3ec0e15d3b87f0acb92c796b7498b9e49e67
Author: Jimbo77 <onlineregular@gmail.com>
Date:   Sun, 19 Aug 2012 18:08:32 -0700

created docstring for set_path()

Diffstat:
Mlib/wallet.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/wallet.py b/lib/wallet.py @@ -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: