Prints the version when starting lighthouse (#1506)

Prints the version to assist with debugging logs.
This commit is contained in:
Age Manning 2020-08-11 08:55:19 +00:00
parent b063df5bf9
commit 70089f5231

View File

@ -244,6 +244,7 @@ fn run<E: EthSpec>(
log,
"Ethereum 2.0 is pre-release. This software is experimental."
);
info!(log, "Lighthouse started"; "version" => VERSION);
info!(
log,
"Configured for testnet";