| 914 | } |
| 915 | |
| 916 | string FormatFullVersion() { return CLIENT_BUILD; } |
| 917 | |
| 918 | // Format the subversion field according to BIP 14 spec (https://en.bitcoin.it/wiki/BIP_0014) |
| 919 | string FormatSubVersion(const string& name, int nClientVersion, const vector<string>& comments) { |
no outgoing calls