Skip to content

Commit

Permalink
bump UASF version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkwia committed Jul 8, 2017
1 parent 020c6c6 commit 2e7690f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clientversion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ std::string FormatSubVersion(const std::string& name, int nClientVersion, const
ss << "/";
if (!fBaseNameOnly) {
if (GetBoolArg("-bip148", DEFAULT_BIP148))
ss << "UASF-Segwit:0.3(BIP148)/";
ss << "UASF-Segwit:1.0(BIP148)/";
else
ss << "UASF-Segwit:0.3(!BIP148)/";
ss << "UASF-Segwit:1.0(!BIP148)/";
}
return ss.str();
}

0 comments on commit 2e7690f

Please sign in to comment.