Skip to content

Commit bf37fb0

Browse files
KPraschCopilot
andcommitted
Update scripts/get_signing_cohort_conditions.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 31d7c47 commit bf37fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/get_signing_cohort_conditions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def cli(
4444
if domain not in TESTNET_PROVIDERS:
4545
raise click.ClickException(f"Unsupported domain: {domain}. Supported domains are: {', '.join(TESTNET_PROVIDERS)}")
4646

47-
print(f"Setting conditions for cohort {cohort_id} on {domain}:{network} with chain ID {chain_id}")
47+
print(f"Getting conditions for cohort {cohort_id} on {domain}:{network} with chain ID {chain_id}")
4848

4949
signing_coordinator = registry.get_contract(domain=domain, contract_name="SigningCoordinator")
5050

0 commit comments

Comments
 (0)