mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 02:35:20 +00:00
Merge pull request #347 from AdamISZ/patch-2
import Transaction object for multisig to work
This commit is contained in:
commit
c63bfcf310
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue