MCPcopy Create free account
hub / github.com/ElementsProject/elements / FormatFullVersion

Function FormatFullVersion

src/clientversion.cpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54std::string FormatFullVersion()
55{
56 static const std::string CLIENT_BUILD(BUILD_DESC BUILD_SUFFIX);
57 return CLIENT_BUILD;
58}
59
60/**
61 * Format the subversion field according to BIP 14 spec (https://github.com/bitcoin/bips/blob/master/bip-0014.mediawiki)

Callers 12

AppInitRawTxFunction · 0.85
AppInitRPCFunction · 0.85
ProcessReplyMethod · 0.85
AppInitUtilFunction · 0.85
AppInitFunction · 0.85
WalletAppInitFunction · 0.85
ProcessUpnpFunction · 0.85
LogPackageVersionFunction · 0.85
dumpwalletFunction · 0.85
HelpMessageDialogMethod · 0.85
SplashScreenMethod · 0.85
formatFullVersionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected