Skip to content

Commit

Permalink
Merge pull request #372 from yongchand/develop
Browse files Browse the repository at this point in the history
Fix typo in export receipts and logs
  • Loading branch information
medvedev1088 committed Aug 15, 2022
2 parents ca9eb66 + a142542 commit be64a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethereumetl/cli/export_receipts_and_logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
help='The output file for receipts. If not provided receipts will not be exported. Use "-" for stdout')
@click.option('--logs-output', default=None, show_default=True, type=str,
help='The output file for receipt logs. '
'aIf not provided receipt logs will not be exported. Use "-" for stdout')
'If not provided receipt logs will not be exported. Use "-" for stdout')
@click.option('-c', '--chain', default='ethereum', show_default=True, type=str, help='The chain network to connect to.')
def export_receipts_and_logs(batch_size, transaction_hashes, provider_uri, max_workers, receipts_output, logs_output,
chain='ethereum'):
Expand Down

0 comments on commit be64a90

Please sign in to comment.