mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-18 04:13:00 +00:00
Adds genesis time to node info. Closes #256
This commit is contained in:
@@ -44,6 +44,7 @@ message NodeInfo {
|
||||
string version = 1;
|
||||
Fork fork = 2;
|
||||
uint32 chain_id = 3;
|
||||
uint64 genesis_time = 4;
|
||||
}
|
||||
|
||||
message Fork {
|
||||
@@ -56,7 +57,6 @@ message Empty {
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Block Production Service Messages
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user