Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit ae81772

Browse files
committed
Include validator version in log
1 parent 90bedd7 commit ae81772

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/validator.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ impl Validator {
237237
JsonRpcService::new(
238238
SocketAddr::new(IpAddr::V4(Ipv4Addr::new(0, 0, 0, 0)), rpc_port),
239239
config.rpc_config.clone(),
240+
config.snapshot_config.clone(),
240241
bank_forks.clone(),
241242
block_commitment_cache.clone(),
242243
blockstore.clone(),

0 commit comments

Comments
 (0)