From b2eacadcc2be455b80cc04d456a00df37e102437 Mon Sep 17 00:00:00 2001 From: Martin Kourim Date: Wed, 8 May 2024 17:22:24 +0200 Subject: [PATCH] Pass deposit value --- cardano_node_tests/tests/issues.py | 2 +- cardano_node_tests/utils/clusterlib_utils.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cardano_node_tests/tests/issues.py b/cardano_node_tests/tests/issues.py index 8581b98e3..a40abd389 100644 --- a/cardano_node_tests/tests/issues.py +++ b/cardano_node_tests/tests/issues.py @@ -10,7 +10,7 @@ issue=484, repo="IntersectMBO/cardano-api", fixed_in="8.11.0", # Unknown yet, will be fixed/changed sometime in the future - message="repeated certificates stripped from Conway transaction.", + message="Repeated certificates stripped from Conway transaction.", ) cli_49 = blockers.GH(issue=49, repo="IntersectMBO/cardano-cli", message="Not sending pings.") diff --git a/cardano_node_tests/utils/clusterlib_utils.py b/cardano_node_tests/utils/clusterlib_utils.py index 5d12cc93a..ebfed568a 100644 --- a/cardano_node_tests/utils/clusterlib_utils.py +++ b/cardano_node_tests/utils/clusterlib_utils.py @@ -149,6 +149,7 @@ def build_and_submit_tx( required_signer_hashes=required_signer_hashes, withdrawals=withdrawals, script_withdrawals=script_withdrawals, + deposit=deposit, invalid_hereafter=invalid_hereafter, invalid_before=invalid_before, witness_count_add=witness_count_add,