-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Staking clients #22
Staking clients #22
Conversation
func (c *indexerContext) Flags() *IndexerFlags { return c.flags } | ||
|
||
func parseIndexerFlags() *IndexerFlags { | ||
cfgFlag := flag.String("config", globalConfig.CONFIG_FILE, "Configuration file (toml format)") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a general comment, personally I like using the argparse
library for parsing command-line args, I prefer it to the builtin flag
package. Not expecting you to change it here but just in case you want to check it out.
Oh I see there is just one failing linter check:
If that can be fixed then I am happy to merge 🙂 |
Remove Epoch config and use on-chain values
No description provided.