Browse Source

rm unneeded import

283
thomasv 12 years ago
parent
commit
1cca1f2526
  1. 1
      lib/commands.py

1
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)

Loading…
Cancel
Save