Use nvc-cce-2.coinomi.net server for testing.
[StratumLibrary.git] / StratumLibrary / StratumResponse.cs
index 1e0df84..e5cb6ae 100644 (file)
@@ -12,7 +12,7 @@ namespace Stratum
         /// Response id, should be null or identical to request id\r
         /// </summary>\r
         [JsonProperty(PropertyName = "id")]\r
-        public object Id { get; set; }\r
+        public string Id { get; set; }\r
 \r
         /// <summary>\r
         /// Result object\r
@@ -37,7 +37,7 @@ namespace Stratum
         /// Response id, should be null or identical to request id\r
         /// </summary>\r
         [JsonProperty(PropertyName = "id")]\r
-        public object Id { get; set; }\r
+        public string Id { get; set; }\r
 \r
         /// <summary>\r
         /// Result object\r