tMerge pull request #347 from AdamISZ/patch-2 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit c63bfcf310758d513109710a13c0d16260ca3d9f DIR parent d67d02c954a9f0b05ece26aafe70bd43749ee974 HTML Author: ThomasV <thomasv1@gmx.de> Date: Tue, 22 Oct 2013 02:12:18 -0700 Merge pull request #347 from AdamISZ/patch-2 import Transaction object for multisig to work Diffstat: M lib/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/lib/commands.py b/lib/commands.py t@@ -20,7 +20,7 @@ from util import * from bitcoin import * from decimal import Decimal import bitcoin - +from transaction import Transaction class Command: def __init__(self, name, min_args, max_args, requires_network, requires_wallet, requires_password, description, syntax = '', options_syntax = ''):