Return consensusBranchId

This commit is contained in:
Aditya Kulkarni
2019-09-25 17:46:05 -07:00
parent 6f56b8b8e9
commit fbb75e8f20
5 changed files with 62 additions and 48 deletions

View File

@@ -50,6 +50,7 @@ message LightdInfo {
bool taddrSupport = 3;
string chainName = 4;
uint64 saplingActivationHeight = 5;
string consensusBranchId = 6; // This should really be u32 or []byte, but string for readability
}
message TransparentAddress {