Block and transaction verifications
[NovacoinLibrary.git] / Novacoin / Interop.cs
index 5c6d317..f4c1e2e 100644 (file)
@@ -66,9 +66,9 @@ namespace Novacoin
             return sb.ToString();
         }
 
-        public static int GetTime()
+        public static uint GetTime()
         {
-            return (int)(DateTime.UtcNow - new DateTime(1970, 1, 1)).TotalSeconds;
+            return (uint)(DateTime.UtcNow - new DateTime(1970, 1, 1)).TotalSeconds;
         }
     }
 }