debash: Add solana-gossip get-rpc-url command to avoid hard coding (#5513)

This commit is contained in:
Michael Vines
2019-08-13 10:49:48 -07:00
committed by GitHub
parent 97d57d168b
commit 08f6a2ea3e
5 changed files with 67 additions and 36 deletions

View File

@ -107,7 +107,7 @@ pub fn discover(
);
Err(std::io::Error::new(
std::io::ErrorKind::Other,
"Failed to converge",
"Discover failed",
))
}