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
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 0 deletions

View File

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