Skip to content

Commit 9c81480

Browse files
committed
don't tell everyone we're knots
1 parent 60ae68d commit 9c81480

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/clientversion.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ std::string FormatSubVersion(const std::string& name, int nClientVersion, const
6969
std::string comments_str;
7070
if (!comments.empty()) comments_str = strprintf("(%s)", Join(comments, "; "));
7171
std::string ua = strprintf("/%s:%s%s/", name, FormatVersion(nClientVersion), comments_str);
72-
if (!base_name_only) {
73-
ua += "Knots:20250305/";
74-
}
72+
// if (!base_name_only) {
73+
// ua += "Knots:20250305/";
74+
// }
7575
return ua;
7676
}
7777

0 commit comments

Comments
 (0)