Skip to content
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

solana-fullnode: Consider making -l mandatory #367

Closed
mvines opened this issue Jun 15, 2018 · 1 comment
Closed

solana-fullnode: Consider making -l mandatory #367

mvines opened this issue Jun 15, 2018 · 1 comment

Comments

@mvines
Copy link
Member

mvines commented Jun 15, 2018

Currently if -l is not provided on the command-line, a default is supplied:

let mut repl_data = ReplicatedData::new_leader(&bind_addr);

Is this really the behaviour we want?

@garious
Copy link
Contributor

garious commented Jun 16, 2018

The default allows you to do single node testing without the extra step of generating a config file first. Just trying to let simple things be simple. Did the default trip you up in the multinode workflow?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants