Various clean-ups before assert adjustment (#13006)

* Various clean-ups before assert adjustment

* oops
This commit is contained in:
Ryo Onodera
2020-10-21 10:26:20 +09:00
committed by GitHub
parent 2bb27cdb25
commit efdb560e97
3 changed files with 98 additions and 47 deletions

View File

@ -744,7 +744,7 @@ fn post_process_restored_tower(
error!("Requested mandatory tower restore failed: {}", err);
error!(
"And there is an existing vote_account containing actual votes. \
Aborting due to possible conflicting duplicate votes"
Aborting due to possible conflicting duplicate votes",
);
process::exit(1);
}