You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/cli/reth/node.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -697,6 +697,9 @@ Pruning:
697
697
--prune.receipts.before <BLOCK_NUMBER>
698
698
Prune receipts before the specified block number. The specified block number is not pruned
699
699
700
+
--prune.receiptslogfilter <FILTER_CONFIG>
701
+
Configure receipts log filter. Format: <`address`>:<`prune_mode`>[,<`address`>:<`prune_mode`>...] Where <`prune_mode`> can be 'full', 'distance:<`blocks`>', or 'before:<`block_number`>'
702
+
700
703
--prune.accounthistory.full
701
704
Prunes all account history
702
705
@@ -715,9 +718,6 @@ Pruning:
715
718
--prune.storagehistory.before <BLOCK_NUMBER>
716
719
Prune storage history before the specified block number. The specified block number is not pruned
717
720
718
-
--prune.receiptslogfilter <FILTER_CONFIG>
719
-
Configure receipts log filter. Format: <`address`>:<`prune_mode`>[,<`address`>:<`prune_mode`>...] Where <`prune_mode`> can be 'full', 'distance:<`blocks`>', or 'before:<`block_number`>'
0 commit comments