Browse Source

import Transaction object for multisig to work

283
AdamISZ 11 years ago
parent
commit
399f901479
  1. 2
      lib/commands.py

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

Loading…
Cancel
Save