Browse Source

Hush NSPV, yeah you know me

dev
Duke Leto 4 years ago
parent
commit
8d53f71fd1
  1. 1
      src/core_memusage.h
  2. 6
      src/komodo_nSPV_defs.h

1
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

6
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

Loading…
Cancel
Save