Skip to content

Commit

Permalink
updated version number, removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aal89 committed Oct 28, 2019
1 parent 6129215 commit 218ea08
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Core/Core.cs
Original file line number Diff line number Diff line change
@@ -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
{
Expand All @@ -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)
Expand Down

0 comments on commit 218ea08

Please sign in to comment.