| 52 | } |
| 53 | |
| 54 | std::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) |
no outgoing calls
no test coverage detected