import Transaction object for multisig to work

This commit is contained in:
AdamISZ 2013-10-21 23:19:30 +03:00
parent d67d02c954
commit 399f901479
1 changed files with 1 additions and 1 deletions

View File

@ -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 = ''):