mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Add "NODE_BLOOM" to guiutil so that peers don't get UNKNOWN[4]
This commit is contained in:
parent
9ee02cf564
commit
daf6466330
1 changed files with 3 additions and 0 deletions
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue