From 8d53f71fd133854c10b1ecfa6bb1bb75d4c0015a Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sun, 6 Dec 2020 19:10:47 -0500 Subject: [PATCH] Hush NSPV, yeah you know me --- src/core_memusage.h | 1 + src/komodo_nSPV_defs.h | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/core_memusage.h b/src/core_memusage.h index eca1d823b..9e70533e5 100644 --- a/src/core_memusage.h +++ b/src/core_memusage.h @@ -1,4 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers +// Copyright (c) 2019-2020 The Hush developers // Distributed under the GPLv3 software license, see the accompanying // file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html diff --git a/src/komodo_nSPV_defs.h b/src/komodo_nSPV_defs.h index 40d9dc022..71922e5ce 100644 --- a/src/komodo_nSPV_defs.h +++ b/src/komodo_nSPV_defs.h @@ -14,8 +14,8 @@ * * ******************************************************************************/ -#ifndef KOMODO_NSPV_DEFSH -#define KOMODO_NSPV_DEFSH +#ifndef HUSH_NSPV_DEFSH +#define HUSH_NSPV_DEFSH #define NSPV_PROTOCOL_VERSION 0x00000004 #define NSPV_POLLITERS 200 @@ -189,4 +189,4 @@ struct NSPV_remoterpcresp char json[11000]; }; -#endif // KOMODO_NSPV_DEFSH +#endif // HUSH_NSPV_DEFSH