mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
fix: receipts logs arg parsing (#16240)
This commit is contained in:
6
book/cli/reth/node.md
vendored
6
book/cli/reth/node.md
vendored
@@ -697,6 +697,9 @@ Pruning:
|
||||
--prune.receipts.before <BLOCK_NUMBER>
|
||||
Prune receipts before the specified block number. The specified block number is not pruned
|
||||
|
||||
--prune.receiptslogfilter <FILTER_CONFIG>
|
||||
Configure receipts log filter. Format: <`address`>:<`prune_mode`>[,<`address`>:<`prune_mode`>...] Where <`prune_mode`> can be 'full', 'distance:<`blocks`>', or 'before:<`block_number`>'
|
||||
|
||||
--prune.accounthistory.full
|
||||
Prunes all account history
|
||||
|
||||
@@ -715,9 +718,6 @@ Pruning:
|
||||
--prune.storagehistory.before <BLOCK_NUMBER>
|
||||
Prune storage history before the specified block number. The specified block number is not pruned
|
||||
|
||||
--prune.receiptslogfilter <FILTER_CONFIG>
|
||||
Configure receipts log filter. Format: <`address`>:<`prune_mode`>[,<`address`>:<`prune_mode`>...] Where <`prune_mode`> can be 'full', 'distance:<`blocks`>', or 'before:<`block_number`>'
|
||||
|
||||
Engine:
|
||||
--engine.persistence-threshold <PERSISTENCE_THRESHOLD>
|
||||
Configure persistence threshold for engine experimental
|
||||
|
||||
Reference in New Issue
Block a user