Skip to content

Commit

Permalink
Merge pull request #2413 from mkoura/pass_deposit
Browse files Browse the repository at this point in the history
Pass deposit value
  • Loading branch information
mkoura authored May 8, 2024
2 parents 21b3f3d + b2eacad commit fd03bfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cardano_node_tests/tests/issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down
1 change: 1 addition & 0 deletions cardano_node_tests/utils/clusterlib_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fd03bfa

Please sign in to comment.