Remove duplicate disabled RPC methods in reth template output #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The reth disabled methods list (generated from
templates/clients/reth.yml, lines 84-90) contains duplicate entries:eth_getTransactionByBlockNumberAndIndex— listed twiceeth_getBlockByNumber— listed twiceeth_getLogs— listed twiceImpact
Low severity — duplicates are harmless but indicate a copy-paste error that could mask other issues.
Fix
Remove the duplicate entries from the template.
Found during codebase audit