| 89 | } |
| 90 | |
| 91 | std::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) |
no outgoing calls
no test coverage detected