Include validator version in log

This commit is contained in:
Michael Vines 2020-02-28 17:57:46 -07:00
parent 90bedd7e06
commit ae817722d8
1 changed files with 1 additions and 0 deletions

View File

@ -237,6 +237,7 @@ impl Validator {
JsonRpcService::new(
SocketAddr::new(IpAddr::V4(Ipv4Addr::new(0, 0, 0, 0)), rpc_port),
config.rpc_config.clone(),
config.snapshot_config.clone(),
bank_forks.clone(),
block_commitment_cache.clone(),
blockstore.clone(),