Show XTHIN in GUI

This commit is contained in:
R E Broadley
2016-08-25 09:21:58 +07:00
parent 41d8e78f94
commit 4c3e2cb2df
2 changed files with 6 additions and 0 deletions

View File

@@ -930,6 +930,9 @@ QString formatServicesStr(quint64 mask)
case NODE_WITNESS:
strList.append("WITNESS");
break;
case NODE_XTHIN:
strList.append("XTHIN");
break;
default:
strList.append(QString("%1[%2]").arg("UNKNOWN").arg(check));
}