Remove bad !

This commit is contained in:
Michael Vines
2019-08-15 21:41:14 -07:00
committed by GitHub
parent 8258532791
commit ff95f6dcfa

View File

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