Skip to content

Commit

Permalink
extend subversion to include peercoin version
Browse files Browse the repository at this point in the history
  • Loading branch information
backpacker69 committed Feb 6, 2019
1 parent 7c7401d commit 73e0013
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/clientversion.cpp
Expand Up @@ -98,5 +98,7 @@ std::string FormatSubVersion(const std::string& name, int nClientVersion, const
ss << ")";
}
ss << "/";
ss << "Peercoin:" << FormatVersion(PEERCOIN_VERSION);
ss << "(" << CLIENT_BUILD << ")/";
return ss.str();
}

0 comments on commit 73e0013

Please sign in to comment.