include predefined peers to use #26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
having to lookup the peers to pass to use mycelium cli is adding friction, probably it's nicer to have a predefined peers to use if the user doesn't pass any.
@lee if that's a good idea, it could be a low hanging ticket for someone to execute it
This should be trivial to do in the CLI (or in the lib itself with a flag). What I'm thinking is to define a static peer set. Then, if no explicit peers are given AND a flag is set on CLI (
--use-default-peersor smthing), the peer list can be populated with these static peers