From 218ea08791b5b18c161ef51956710bd1283b9c3f Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 28 Oct 2019 10:00:50 +0100 Subject: [PATCH] updated version number, removed unused imports --- Core/Core.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Core/Core.cs b/Core/Core.cs index fb3631c..3832d57 100644 --- a/Core/Core.cs +++ b/Core/Core.cs @@ -1,12 +1,10 @@ using System; using System.Net; -using System.Threading; using System.Threading.Tasks; using Core.Api; using Core.P2p; using Core.Transactions; using Core.Utilities; -using Open.Nat; namespace Core { @@ -21,7 +19,7 @@ public class Core public Core(string[] args) { - Log.NewLine("sharpcoin (core) v0.1 -- by aal89"); + Log.NewLine("sharpcoin (core) v0.1.1 -- by aal89"); // Configure the ip address to bind on if (args.Length == 1 && IPAddress.Parse(args[0]) != null)