electrum

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

commit 1cca1f2526ed4aa0eeaf5a9499c533622c154775
parent 42a10164eab7690f1131ccd03fa9c15f5b9149b0
Author: thomasv <thomasv@gitorious>
Date:   Tue, 26 Feb 2013 14:22:48 +0100

rm unneeded import

Diffstat:
Mlib/commands.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/lib/commands.py b/lib/commands.py @@ -209,7 +209,6 @@ class Commands: out = {"hex":str(tx), "complete":tx.is_complete} if not tx.is_complete: - import json out['input_info'] = repr(tx.input_info).replace(' ','') print_json(out)