add difficulty to lightdinfo

This commit is contained in:
Denio
2019-12-02 10:35:38 +01:00
parent a0513c48c3
commit a269cd1e6b
5 changed files with 18 additions and 8 deletions

View File

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