Skip to content

Commit

Permalink
Merge pull request #2156 from IntersectMBO/same_anchor_many_actions
Browse files Browse the repository at this point in the history
Check that it is possible to use the same anchor for multiple actions
  • Loading branch information
mkoura authored Jan 10, 2024
2 parents 34d359a + 97fa3a2 commit 1b17c3d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cardano_node_tests/tests/tests_conway/test_voting.py
Original file line number Diff line number Diff line change
Expand Up @@ -931,9 +931,6 @@ def test_treasury_withdrawals( # noqa: C901

withdrawal_actions = []
for a in range(actions_num):
anchor_url = f"http://www.withdrawal-action{a}.com"
anchor_data_hash = "5d372dca1a4cc90d7d16d966c48270e33e3aa0abcb0e78f0d5ca7ff330d2245d"

withdrawal_actions.append(
cluster.g_conway_governance.action.create_treasury_withdrawal(
action_name=f"{temp_template}_{a}",
Expand Down

0 comments on commit 1b17c3d

Please sign in to comment.