electrum

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

commit d7d85c814a0b954480fb006ef9d45ca902d14597
parent 651ec150088cad4d5320761c49bd941ea0442438
Author: thomasv <thomasv@gitorious>
Date:   Tue, 20 Dec 2011 13:42:22 +0100

deprecated

Diffstat:
Mclient/electrum.py | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/client/electrum.py b/client/electrum.py @@ -873,9 +873,6 @@ if __name__ == '__main__': addr = args[1] print wallet.is_valid(addr) - elif cmd == 't2': - wallet.create_t2_address(password) - elif cmd == 'balance': c, u = wallet.get_balance() if u: