mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 17:26:04 +00:00
Prints the version when starting lighthouse (#1506)
Prints the version to assist with debugging logs.
This commit is contained in:
@@ -244,6 +244,7 @@ fn run<E: EthSpec>(
|
|||||||
log,
|
log,
|
||||||
"Ethereum 2.0 is pre-release. This software is experimental."
|
"Ethereum 2.0 is pre-release. This software is experimental."
|
||||||
);
|
);
|
||||||
|
info!(log, "Lighthouse started"; "version" => VERSION);
|
||||||
info!(
|
info!(
|
||||||
log,
|
log,
|
||||||
"Configured for testnet";
|
"Configured for testnet";
|
||||||
|
|||||||
Reference in New Issue
Block a user