commit c63bfcf310758d513109710a13c0d16260ca3d9f
parent d67d02c954a9f0b05ece26aafe70bd43749ee974
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:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/commands.py b/lib/commands.py
@@ -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 = ''):