| 125 | } |
| 126 | |
| 127 | std::string FormatFullVersion() |
| 128 | { |
| 129 | return CLIENT_BUILD; |
| 130 | } |
| 131 | |
| 132 | /** |
| 133 | * 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