mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-22 07:18:25 +00:00
Add short ID to logging for BLS public keys
This commit is contained in:
@@ -103,6 +103,7 @@ fn main() {
|
||||
let mut threads = vec![];
|
||||
|
||||
for keypair in keypairs {
|
||||
info!(log, "Starting validator services"; "validator" => keypair.pk.concatenated_hex_id());
|
||||
let duties_map = Arc::new(RwLock::new(EpochDutiesMap::new()));
|
||||
|
||||
let duties_manager_thread = {
|
||||
|
||||
Reference in New Issue
Block a user