Browse Source

Get latest block height in info

checkpoints
Aditya Kulkarni 5 years ago
parent
commit
0ab0ad4050
  1. 1
      proto/service.proto

1
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 {

Loading…
Cancel
Save