Merge pull request #347 from AdamISZ/patch-2

import Transaction object for multisig to work
This commit is contained in:
ThomasV 2013-10-22 02:12:18 -07:00
commit c63bfcf310
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 = ''):