Skip to content

Commit 77564fd

Browse files
committed
correct UASF version
1 parent 2be010a commit 77564fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/clientversion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ std::string FormatSubVersion(const std::string& name, int nClientVersion, const
6666
{
6767
std::string comments_str;
6868
if (!comments.empty()) comments_str = strprintf("(%s)", Join(comments, "; "));
69-
return strprintf("/%s:%s%s/%s/", name, FormatVersion(nClientVersion), comments_str, "UASF-BIP110:0.1");
69+
return strprintf("/%s:%s%s/%s/", name, FormatVersion(nClientVersion), comments_str, "UASF-BIP110:0.3");
7070
}
7171

7272
std::string CopyrightHolders(const std::string& strPrefix)

0 commit comments

Comments
 (0)