mirror of
https://github.com/planetmint/planetmint.git
synced 2025-03-30 15:08:31 +00:00
blackified
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
b14a092fb3
commit
a23c180a0b
@ -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)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user