Skip to content

Commit

Permalink
Merge pull request #7206
Browse files Browse the repository at this point in the history
daf6466 Add "NODE_BLOOM" to guiutil so that peers don't get UNKNOWN[4] (Matt Corallo)
  • Loading branch information
jonasschnelli committed Dec 14, 2015
2 parents 9ee02cf + daf6466 commit b7c704a
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 b7c704a

Please sign in to comment.