This repository has been archived by the owner on Jan 25, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove network contacts from peer acquisition
The use of this feature caused the node manager to return a peer list from the default network contacts file that is uploaded to S3, which doesn't really make sense for the node manager. Now, if no `--peer` argument is supplied, the node manager will handle an error from the peer acquisition crate by using an `unwrap_or` and return an empty peer list. This supports a genesis node scenario where no peers should be supplied.
- Loading branch information