1
0

[Unit Test] Server version mismatch

[Unit Test] Empty required server version
API and curl changes
This commit is contained in:
Scott E. Graves
2017-02-02 23:51:42 -06:00
parent cc8c8e9c34
commit 352363b25d
9 changed files with 132 additions and 40 deletions

View File

@@ -32,6 +32,9 @@ set_access:\
struct SiaHostConfig
{
std::string HostName;
String HostName;
std::uint16_t HostPort;
};
String RequiredVersion;
};
#define API_SUCCESS(t, x) (x == t::Success)