Skip to content

Commit

Permalink
Add "NODE_BLOOM" to guiutil so that peers don't get UNKNOWN[4]
Browse files Browse the repository at this point in the history
Rebased-From: daf6466
Github-Pull: #7206
  • Loading branch information
TheBlueMatt authored and laanwj committed Dec 14, 2015
1 parent 8fc174a commit f43c2f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/qt/guiutil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
Expand Down

0 comments on commit f43c2f9

Please sign in to comment.