Update bootstrapper libp2p address finding

This commit is contained in:
Paul Hauner
2019-08-15 18:48:39 +10:00
parent ce37f95861
commit 7cd963e6bb
4 changed files with 46 additions and 23 deletions

View File

@@ -237,6 +237,11 @@ fn main() {
let mut log = slog::Logger::root(drain.fuse(), o!());
warn!(
log,
"Ethereum 2.0 is pre-release. This software is experimental."
);
let data_dir = match matches
.value_of("datadir")
.and_then(|v| Some(PathBuf::from(v)))