Skip to content

Commit

Permalink
ETCM-8250 fix parameters for udpate-d-param call
Browse files Browse the repository at this point in the history
  • Loading branch information
ladamesny committed Nov 22, 2024
1 parent e24c5ab commit ff619bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion E2E-tests/src/sidechain_main_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def update_d_param(
update_d_param_cmd = (
f"{self.cli} update-d-parameter "
f"--genesis-utxo {self.config.genesis_utxo} "
f"--governance-authority {self.config.nodes_config.governance_authority} "
f"--d-parameter-permissioned-candidates-count {permissioned_candidates_count} "
f"--d-parameter-registered-candidates-count {registered_candidates_count} "
f"--payment-signing-key-file {payment_key} "
Expand Down

0 comments on commit ff619bb

Please sign in to comment.