Skip to content

Commit

Permalink
Fix imports for Sighash unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Rand committed Aug 20, 2022
1 parent 54202f7 commit e15b8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electrum_nmc/electrum/tests/test_transaction.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import NamedTuple, Union

from electrum import transaction, bitcoin
from electrum.transaction import convert_raw_tx_to_hex, tx_from_any, Transaction, PartialTransaction, Sighash
from electrum.transaction import convert_raw_tx_to_hex, tx_from_any, Transaction, PartialTransaction, TxOutpoint, PartialTxInput, PartialTxOutput, Sighash
from electrum.util import bh2u, bfh

from . import ElectrumTestCase
Expand Down

0 comments on commit e15b8c1

Please sign in to comment.