Skip to content

Commit

Permalink
change file patterns in README's
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeph Grunschlag committed Aug 18, 2023
1 parent b7c82a1 commit b1c2b0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conduit/plugins/exporters/filewriter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ config:
# FilenamePattern is the format used to write block files. It uses go
# string formatting and should accept one number for the round.
# If the file has a '.gz' extension, blocks will be gzipped.
# Default: "%[1]d_block.json"
filename-pattern: "%[1]d_block.json"
# Default: "%[1]d_block.msgp.gz"
filename-pattern: "%[1]d_block.msgp.gz"

# DropCertificate is used to remove the vote certificate from the block data before writing files.
drop-certificate: true
Expand Down
2 changes: 1 addition & 1 deletion conduit/plugins/importers/filereader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ config:

# FilenamePattern is the format used to find block files. It uses go string
# formatting and should accept one number for the round.
filename-pattern: "%[1]d_block.json"
filename-pattern: "%[1]d_block.msgp.gz"
```

0 comments on commit b1c2b0b

Please sign in to comment.