Hush NSPV, yeah you know me
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user