Skip to content

Commit

Permalink
New pool registration cert is needed when updating metadata or params
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoura committed Aug 11, 2020
1 parent a703083 commit 3b28940
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cardano_node_tests/tests/test_staking.py
Expand Up @@ -866,7 +866,6 @@ def test_update_stake_pool_metadata(
pool_owners=pool_owners,
node_vrf_vkey_file=pool_artifacts.vrf_key_pair.vkey_file,
node_cold_key_pair=pool_artifacts.cold_key_pair_and_counter,
pool_reg_cert_file=pool_artifacts.pool_reg_cert_file,
deposit=0, # no additional deposit, the pool is already registered
)
cluster.wait_for_new_epoch()
Expand Down Expand Up @@ -940,7 +939,6 @@ def test_update_stake_pool_parameters(
pool_owners=pool_owners,
node_vrf_vkey_file=pool_artifacts.vrf_key_pair.vkey_file,
node_cold_key_pair=pool_artifacts.cold_key_pair_and_counter,
pool_reg_cert_file=pool_artifacts.pool_reg_cert_file,
deposit=0, # no additional deposit, the pool is already registered
)
cluster.wait_for_new_epoch()
Expand Down

0 comments on commit 3b28940

Please sign in to comment.