Add chainname and activation height to getinfo

This commit is contained in:
Aditya Kulkarni
2019-09-18 21:16:15 -07:00
parent 7bf4a8407b
commit 3b4573c4f0
5 changed files with 122 additions and 84 deletions

View File

@@ -48,6 +48,8 @@ message LightdInfo {
string version = 1;
string vendor = 2;
bool taddrSupport = 3;
string chainName = 4;
uint64 saplingActivationHeight = 5;
}
message TransparentAddress {