MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / formatSubVersion

Method formatSubVersion

src/qt/clientmodel.cpp:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201QString ClientModel::formatSubVersion() const
202{
203 return QString::fromStdString(strSubVersion);
204}
205
206bool ClientModel::isReleaseVersion() const
207{

Callers 1

setClientModelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected