Skip to content

Commit

Permalink
Fix fee canclulation by increasing witness count
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoura committed Apr 17, 2024
1 parent c68e110 commit 4b43384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano_node_tests/tests/test_scripts.py
Expand Up @@ -83,7 +83,7 @@ def multisig_tx(
script_txins=script_txins,
invalid_hereafter=invalid_hereafter,
invalid_before=invalid_before,
witness_count_add=witness_count,
witness_count_add=witness_count + 1,
)
tx_raw_output = cluster_obj.g_transaction.build_raw_tx(
src_address=src_address,
Expand Down

0 comments on commit 4b43384

Please sign in to comment.