From bebd7aea90865698d822f0bb942ab2be78cc1771 Mon Sep 17 00:00:00 2001 From: Zontreck Date: Sat, 21 Dec 2019 01:59:33 -0700 Subject: [PATCH] add hash debug --- Program.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Program.cs b/Program.cs index 0e1aefd..f6918eb 100644 --- a/Program.cs +++ b/Program.cs @@ -40,6 +40,9 @@ namespace Bot public static unsafe void Main(string[] args) { Console.WriteLine("Setting up Main Configuration"); + ZHash.Instance.NewKey(); + ZHash.Instance.Key = "Test"; + Console.WriteLine("ZHash (Test): " + ZHash.Instance.Key); conf = MainConfiguration.Load(); //MasterObjectCaches = ObjectCaches.Instance; Log.debugf(true, "main", args);