MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / FormatFullVersion

Function FormatFullVersion

src/clientversion.cpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127std::string FormatFullVersion()
128{
129 return CLIENT_BUILD;
130}
131
132/**
133 * Format the subversion field according to BIP 14 spec (https://github.com/bitcoin/bips/blob/master/bip-0014.mediawiki)

Callers 8

AppInitRawTxFunction · 0.85
AppInitRPCFunction · 0.85
AppInit2Function · 0.85
AppInitFunction · 0.85
ThreadMapPortFunction · 0.85
HelpMessageDialogMethod · 0.85
SplashScreenMethod · 0.85
formatFullVersionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected