diff --git a/lib/commands.py b/lib/commands.py index a0191ab9..a6eb0e68 100644 --- 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 = ''):