Hush NSPV, yeah you know me

This commit is contained in:
Duke Leto
2020-12-06 19:10:47 -05:00
parent d38ae7d82c
commit 8d53f71fd1
2 changed files with 4 additions and 3 deletions

View File

@@ -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

View File

@@ -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