Skip to content

Commit c372e8a

Browse files
committed
Add UASF-BIP110 uacomment for standalone UASF client
1 parent 6ddab46 commit c372e8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/clientversion.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ std::string FormatSubVersion(const std::string& name, int nClientVersion, const
7474
return "Knots:" + CLIENT_BUILD.substr(pos + 6) + "/";
7575
}();
7676
ua += ua_knots;
77+
ua += "UASF-BIP110:0.1/";
7778
}
7879
return ua;
7980
}

0 commit comments

Comments
 (0)