Browse Source

Cleaning

dev
Duke Leto 3 years ago
parent
commit
97887c9166
  1. 1
      src/cc/rogue/rogue.777.0
  2. 1
      src/cc/rogue/rogue.777.1
  3. 1
      src/cc/rogue/rogue.777.2
  4. 0
      src/cc/rogue/rogue.777.3
  5. 0
      src/hush_cJSON.c
  6. 0
      src/hush_cJSON.h
  7. 0
      src/hush_ccdata.h
  8. 0
      src/hush_events.h
  9. 0
      src/hush_kv.h
  10. 0
      src/hush_nSPV.h
  11. 0
      src/hush_nSPV_defs.h
  12. 0
      src/hush_nSPV_fullnode.h
  13. 0
      src/hush_nSPV_superlite.h
  14. 0
      src/hush_nSPV_wallet.h
  15. 0
      src/hush_pax.h
  16. 10
      src/main.cpp

1
src/cc/rogue/rogue.777.0

@ -1 +0,0 @@
llllljhhl jllllllllllllllllllkkllllklllljllljjllllllllllll

1
src/cc/rogue/rogue.777.1

@ -1 +0,0 @@
hhhhhhhhhhkkhhhhhhhhhhhhhjjhhhhhhhhjjjjjjjjjlllllllllllllk

1
src/cc/rogue/rogue.777.2

@ -1 +0,0 @@
lllljjllllll l ll lll l lll l ll l ljjj j j jhhhhhjjllllll

0
src/cc/rogue/rogue.777.3

0
src/komodo_cJSON.c → src/hush_cJSON.c

0
src/komodo_cJSON.h → src/hush_cJSON.h

0
src/komodo_ccdata.h → src/hush_ccdata.h

0
src/komodo_events.h → src/hush_events.h

0
src/komodo_kv.h → src/hush_kv.h

0
src/komodo_nSPV.h → src/hush_nSPV.h

0
src/komodo_nSPV_defs.h → src/hush_nSPV_defs.h

0
src/komodo_nSPV_fullnode.h → src/hush_nSPV_fullnode.h

0
src/komodo_nSPV_superlite.h → src/hush_nSPV_superlite.h

0
src/komodo_nSPV_wallet.h → src/hush_nSPV_wallet.h

0
src/komodo_pax.h → src/hush_pax.h

10
src/main.cpp

@ -6937,11 +6937,11 @@ void static ProcessGetData(CNode* pfrom)
}
}
#include "komodo_nSPV_defs.h"
#include "komodo_nSPV.h" // shared defines, structs, serdes, purge functions
#include "komodo_nSPV_fullnode.h" // nSPV fullnode handling of the getnSPV request messages
#include "komodo_nSPV_superlite.h" // nSPV superlite client, issuing requests and handling nSPV responses
#include "komodo_nSPV_wallet.h" // nSPV_send and support functions, really all the rest is to support this
#include "hush_nSPV_defs.h"
#include "hush_nSPV.h" // shared defines, structs, serdes, purge functions
#include "hush_nSPV_fullnode.h" // nSPV fullnode handling of the getnSPV request messages
#include "hush_nSPV_superlite.h" // nSPV superlite client, issuing requests and handling nSPV responses
#include "hush_nSPV_wallet.h" // nSPV_send and support functions, really all the rest is to support this
bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv, int64_t nTimeReceived)
{

Loading…
Cancel
Save