Skip to content

Commit f43c2f9

Browse files
TheBlueMattlaanwj
authored andcommitted
Add "NODE_BLOOM" to guiutil so that peers don't get UNKNOWN[4]
Rebased-From: daf6466 Github-Pull: #7206
1 parent 8fc174a commit f43c2f9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/qt/guiutil.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -898,6 +898,9 @@ QString formatServicesStr(quint64 mask)
898898
case NODE_GETUTXO:
899899
strList.append("GETUTXO");
900900
break;
901+
case NODE_BLOOM:
902+
strList.append("BLOOM");
903+
break;
901904
default:
902905
strList.append(QString("%1[%2]").arg("UNKNOWN").arg(check));
903906
}

0 commit comments

Comments
 (0)