Closed christophercampbell closed 1 year ago
This PR removes the short version of the rpcs argument, otherwise indexer fails to start with this error
rpcs
Command EVM Indexer: Short option names must be unique for each argument, but '-r' is in use by both 'reset' and 'rpcs'
Thanks, @christophercampbell good catch. I also removed all the short flags to prevent this happening again.
This PR removes the short version of the
rpcs
argument, otherwise indexer fails to start with this error