From 0559f909e20bc49c1e685d0fbddf6246fbd9e9fa Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Sun, 25 Mar 2018 00:03:10 +0100 Subject: [PATCH] Removed code --- binding.gyp | 5 ----- src/main.cc | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/binding.gyp b/binding.gyp index 2930e9e..4c4a8e4 100644 --- a/binding.gyp +++ b/binding.gyp @@ -5,11 +5,6 @@ "sources": [ "src/main.cc", "src/cryptonote_core/cryptonote_format_utils.cpp", - "src/crypto/tree-hash.c", - "src/crypto/crypto.cpp", - "src/crypto/crypto-ops.c", - "src/crypto/crypto-ops-data.c", - "src/crypto/hash.c", "src/common/base58.cpp", ], "include_dirs": [ diff --git a/src/main.cc b/src/main.cc index b6df849..b2d04c6 100644 --- a/src/main.cc +++ b/src/main.cc @@ -8,8 +8,8 @@ #include "cryptonote_core/cryptonote_basic.h" #include "cryptonote_core/cryptonote_format_utils.h" #include "cryptonote_protocol/blobdatatype.h" -#include "crypto/crypto.h" -#include "crypto/hash.h" +//#include "crypto/crypto.h" +//#include "crypto/hash.h" #include "common/base58.h" #include "serialization/binary_utils.h" #include