mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-03 17:54:28 +00:00
Prints the version when starting lighthouse (#1506)
Prints the version to assist with debugging logs.
This commit is contained in:
parent
b063df5bf9
commit
70089f5231
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user