MCPcopy Create free account
hub / github.com/LUX-Core/lux / FormatFullVersion

Function FormatFullVersion

src/clientversion.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91std::string FormatFullVersion()
92{
93 return CLIENT_BUILD;
94}
95
96/**
97 * Format the subversion field according to BIP 14 spec (https://github.com/bitcoin/bips/blob/master/bip-0014.mediawiki)

Callers 8

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

Calls

no outgoing calls

Tested by

no test coverage detected