Skip to content

Commit 64731c0

Browse files
This PR refactors test_pools.py align with the new build Method
1 parent 7e8ea7d commit 64731c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cardano_node_tests/tests/test_pools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ def _create_register_pool_delegate_stake_tx(
539539
tx_files=tx_files,
540540
fee_buffer=4_000_000,
541541
witness_override=len(pool_owners) * 4,
542-
witness_count_add=len(tx_files.signing_key_files),
542+
witness_count_add=len(pool_owners) * 4,
543543
build_method=build_method,
544544
)
545545

0 commit comments

Comments
 (0)