| 77 | } |
| 78 | |
| 79 | std::string FormatFullVersion() |
| 80 | { |
| 81 | return CLIENT_BUILD; |
| 82 | } |
| 83 | |
| 84 | /** |
| 85 | * 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