blackified

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2023-02-14 22:39:24 +01:00
parent b14a092fb3
commit a23c180a0b
No known key found for this signature in database

View File

@ -169,7 +169,7 @@ def test_create_tx_no_fulfills(b, create_tx, alice):
tx["inputs"][0]["fulfills"] = {"transaction_id": "a" * 64, "output_index": 0}
tx = Transaction.from_dict(tx).sign([alice.private_key]).to_dict()
# Schema validation does not lookup inputs. this is only done by the node with DB/consensus context
#validate_raises(tx)
# validate_raises(tx)
validate(tx)