Display vote pubkey at startup (#5548)

This commit is contained in:
Michael Vines 2019-08-16 15:56:06 -07:00 committed by GitHub
parent 89fe297416
commit 84304cb0fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ impl Validator {
assert_eq!(id, node.info.id);
warn!("identity pubkey: {:?}", id);
warn!("vote pubkey: {:?}", vote_account);
warn!("CUDA is {}abled", if cfg!(cuda) { "en" } else { "dis" });
info!("entrypoint: {:?}", entrypoint_info_option);
info!("{:?}", node.info);