mirror of https://github.com/nucypher/nucypher.git
RFCs for PR #2867
parent
c809b69f9a
commit
4308366c98
|
@ -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."""
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue