Add "NODE_BLOOM" to guiutil so that peers don't get UNKNOWN[4]
Rebased-From: daf6466330
Github-Pull: #7206
This commit is contained in:
committed by
Wladimir J. van der Laan
parent
8fc174aae6
commit
f43c2f9a8a
@@ -898,6 +898,9 @@ QString formatServicesStr(quint64 mask)
|
||||
case NODE_GETUTXO:
|
||||
strList.append("GETUTXO");
|
||||
break;
|
||||
case NODE_BLOOM:
|
||||
strList.append("BLOOM");
|
||||
break;
|
||||
default:
|
||||
strList.append(QString("%1[%2]").arg("UNKNOWN").arg(check));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user