mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-07-31 12:21:25 +00:00
Get latest block height in info
This commit is contained in:
@@ -51,6 +51,7 @@ message LightdInfo {
|
|||||||
string chainName = 4;
|
string chainName = 4;
|
||||||
uint64 saplingActivationHeight = 5;
|
uint64 saplingActivationHeight = 5;
|
||||||
string consensusBranchId = 6; // This should really be u32 or []byte, but string for readability
|
string consensusBranchId = 6; // This should really be u32 or []byte, but string for readability
|
||||||
|
uint64 blockHeight = 7;
|
||||||
}
|
}
|
||||||
|
|
||||||
message TransparentAddress {
|
message TransparentAddress {
|
||||||
|
Reference in New Issue
Block a user