pull/2867/head
Kieran R. Prasch 2022-02-21 17:39:52 -08:00
parent c809b69f9a
commit 4308366c98
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ def staking_providers(general_config, registry_options, staking_provider_address
@option_csv
@option_csv_file
@option_event_filters
@click.option('--legacy', is_flag=True)
@click.option('--legacy', help="Events related to the NuCypher Network prior to the merge to Threshold Network", is_flag=True)
def events(general_config, registry_options, contract_name, from_block, to_block, event_name, csv, csv_file, event_filters, legacy):
"""Show events associated with NuCypher contracts."""

View File

@ -58,7 +58,7 @@ CONFIRM_OVERWRITE_EVENTS_CSV_FILE = "Overwrite existing CSV events file - {csv_f
PROMPT_OPERATOR_ADDRESS = "Enter operator address"
CONFIRM_WORKER_AND_OPERATOR_ADDRESSES_ARE_EQUAL = """
CONFIRM_PROVIDER_AND_OPERATOR_ADDRESSES_ARE_EQUAL = """
{address}
The operator address provided is the same as the staking provider.