add longestchain and notarized to lightinfod

This commit is contained in:
Denio
2019-12-02 11:43:40 +01:00
parent a8f465ca57
commit 1268d33083
3 changed files with 4 additions and 2 deletions

View File

@@ -53,6 +53,8 @@ message LightdInfo {
string consensusBranchId = 6; // This should really be u32 or []byte, but string for readability
uint64 blockHeight = 7;
uint64 difficulty = 8;
uint64 longestchain = 9;
uint64 notarized = 10;
}
message TransparentAddress {