add difficulty to lightdinfo

This commit is contained in:
Denio
2019-12-02 10:41:41 +01:00
parent df119fdfff
commit a8f465ca57
4 changed files with 6 additions and 2 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;
uint64 difficulty = 8;
}
message TransparentAddress {