mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-20 04:36:08 +01:00
Show XTHIN in GUI
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user