From f97a87a97a7df310c8819dd2a8748a07a5d4835f Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Thu, 4 Aug 2022 06:16:29 +0000 Subject: [PATCH] Bug fix --- src/serialization/crypto.h | 11 ----------- src/serialization/pricing_record.h | 1 - 2 files changed, 12 deletions(-) diff --git a/src/serialization/crypto.h b/src/serialization/crypto.h index f094d06..178725b 100644 --- a/src/serialization/crypto.h +++ b/src/serialization/crypto.h @@ -7,7 +7,6 @@ #include #include "serialization.h" -#include "debug_archive.h" #include "crypto/chacha8.h" #include "crypto/crypto.h" #include "crypto/hash.h" @@ -62,13 +61,3 @@ BLOB_SERIALIZER(crypto::secret_key); BLOB_SERIALIZER(crypto::key_derivation); BLOB_SERIALIZER(crypto::key_image); BLOB_SERIALIZER(crypto::signature); -VARIANT_TAG(debug_archive, crypto::cycle, "cycle"); -VARIANT_TAG(debug_archive, crypto::cycle40, "cycle40"); -VARIANT_TAG(debug_archive, crypto::cycle48, "cycle48"); -VARIANT_TAG(debug_archive, crypto::hash, "hash"); -VARIANT_TAG(debug_archive, crypto::hash8, "hash8"); -VARIANT_TAG(debug_archive, crypto::public_key, "public_key"); -VARIANT_TAG(debug_archive, crypto::secret_key, "secret_key"); -VARIANT_TAG(debug_archive, crypto::key_derivation, "key_derivation"); -VARIANT_TAG(debug_archive, crypto::key_image, "key_image"); -VARIANT_TAG(debug_archive, crypto::signature, "signature"); diff --git a/src/serialization/pricing_record.h b/src/serialization/pricing_record.h index 2b01f04..e5b0682 100644 --- a/src/serialization/pricing_record.h +++ b/src/serialization/pricing_record.h @@ -33,7 +33,6 @@ #include #include "serialization.h" -#include "debug_archive.h" #include "offshore/pricing_record.h" #include "cryptonote_config.h"