From 0ab0ad40503fecb88fe11e8ffed9ff2584bf9e9c Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Wed, 25 Sep 2019 21:22:05 -0700 Subject: [PATCH] Get latest block height in info --- proto/service.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/service.proto b/proto/service.proto index e15e676..06c5b5b 100644 --- a/proto/service.proto +++ b/proto/service.proto @@ -51,6 +51,7 @@ message LightdInfo { string chainName = 4; uint64 saplingActivationHeight = 5; string consensusBranchId = 6; // This should really be u32 or []byte, but string for readability + uint64 blockHeight = 7; } message TransparentAddress {