Skip to content

Commit

Permalink
temp: fix chain id on generate signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
ladamesny committed Dec 5, 2024
1 parent 7c44c8d commit 5224abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion E2E-tests/src/sidechain_main_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_signatures(
):
get_signatures_cmd = (
f"{self.generate_signatures_cli} registration-signatures "
f"--chain-id {self.config.chain_id} "
f"--sidechain-id {self.config.chain_id} "
f"--genesis-committee-hash-utxo {self.config.genesis_committee_hash_utxo} "
f"--governance-authority {self.config.governance_authority} "
f"--threshold-numerator {self.config.threshold_numerator} "
Expand Down

0 comments on commit 5224abd

Please sign in to comment.