Remove bad !

This commit is contained in:
Michael Vines 2019-08-15 21:41:14 -07:00 committed by GitHub
parent 8258532791
commit ff95f6dcfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -397,7 +397,7 @@ fn main() {
entrypoint_addr,
&gossip_addr,
&ledger_path,
!matches.is_present("no_snapshot_fetch"),
matches.is_present("no_snapshot_fetch"),
)
.unwrap_or_else(|err| {
eprintln!("Failed to download ledger: {}", err);