Adds genesis time to node info. Closes #256

This commit is contained in:
Age Manning
2019-03-22 23:01:10 +11:00
parent 61fc946d54
commit 17cd5bb991
3 changed files with 19 additions and 11 deletions

View File

@@ -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
*/