Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
UASF committed Mar 26, 2017
1 parent fccba75 commit d407d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clientversion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ std::string FormatSubVersion(const std::string& name, int nClientVersion, const
ss << "; " << *it;
ss << ")";
}
ss << "/UASF-Segwit:0/";;
ss << "/UASF-Segwit:0/";
return ss.str();
}

0 comments on commit d407d39

Please sign in to comment.