Skip to content

Commit

Permalink
Merge pull request #2263 from IntersectMBO/fix_delegation_fee
Browse files Browse the repository at this point in the history
Fix delegation fee in Conway
  • Loading branch information
mkoura authored Feb 27, 2024
2 parents 5ca73f5 + 54bf3a0 commit 3af0018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano_node_tests/tests/tests_plutus/test_delegation.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def register_delegate_stake_addr(
txins=txins,
tx_files=tx_files,
complex_certs=[reg_cert_script, deleg_cert_script],
fee=300_000,
fee=400_000,
)

# Check that the balance for source address was correctly updated
Expand Down

0 comments on commit 3af0018

Please sign in to comment.