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 e22d84b commit 2dfd5b8Copy full SHA for 2dfd5b8
cardano_node_tests/utils/testnet_cleanup.py
@@ -251,7 +251,7 @@ def return_funds_to_faucet(
251
txins, skeys = flatten_tx_inputs(tx_inputs=batch)
252
fund_tx_files = clusterlib.TxFiles(signing_key_files=skeys)
253
batch_tx_name = f"{tx_name}_batch{batch_num}"
254
- witness_count_add = max(2, len(skeys) // 20)
+ witness_count_add = max(2, len(skeys) // 10)
255
256
# Try to return funds; don't mind if there's not enough funds for fees etc.
257
try:
0 commit comments