We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25a1370 commit 8c1888fCopy full SHA for 8c1888f
hathor/transaction/resources/create_tx.py
@@ -22,7 +22,6 @@
22
from hathor.transaction import Transaction, TxInput, TxOutput
23
from hathor.transaction.scripts import create_output_script
24
from hathor.util import api_catch_exceptions, json_dumpb, json_loadb
25
-from hathor.verification.transaction_verifier import TransactionVerifier
26
27
28
def from_raw_output(raw_output: dict, tokens: list[bytes]) -> TxOutput:
0 commit comments