Display vote pubkey at startup (#5548)
This commit is contained in:
parent
89fe297416
commit
84304cb0fc
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue