Skip to content

Commit 6859336

Browse files
authored
fix(test_scripts): increase witness_override for reference UTxO (#3226)
Increase witness_override from 2 to 3 in TestReferenceUTxO to avoid FeeTooSmall errors on Preview testnet.
1 parent 762077c commit 6859336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cardano_node_tests/tests/test_scripts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2584,7 +2584,7 @@ def test_spend_reference_script(
25842584
txins=[reference_utxo],
25852585
txouts=txouts,
25862586
tx_files=tx_files,
2587-
witness_override=2,
2587+
witness_override=3,
25882588
byron_witness_count=1 if address_type == "byron" else 0,
25892589
)
25902590

0 commit comments

Comments
 (0)