Exit 1 on ledger verification failure

This commit is contained in:
Michael Vines
2019-05-09 12:05:39 -07:00
parent 5f72650c7f
commit df43e721e3

View File

@ -117,6 +117,7 @@ fn main() {
} }
Err(err) => { Err(err) => {
eprintln!("Ledger verification failed: {:?}", err); eprintln!("Ledger verification failed: {:?}", err);
exit(1);
} }
}, },
("", _) => { ("", _) => {