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 {