Skip to content

Commit

Permalink
Pass deposit value
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoura committed May 8, 2024
1 parent 21b3f3d commit b2eacad
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 b2eacad

Please sign in to comment.