diff --git a/src/cc/rogue/rogue.777.0 b/src/cc/rogue/rogue.777.0 deleted file mode 100644 index e56f7b148..000000000 --- a/src/cc/rogue/rogue.777.0 +++ /dev/null @@ -1 +0,0 @@ -llllljhhl jllllllllllllllllllkkllllklllljllljjllllllllllll \ No newline at end of file diff --git a/src/cc/rogue/rogue.777.1 b/src/cc/rogue/rogue.777.1 deleted file mode 100644 index 68b8ab099..000000000 --- a/src/cc/rogue/rogue.777.1 +++ /dev/null @@ -1 +0,0 @@ -hhhhhhhhhhkkhhhhhhhhhhhhhjjhhhhhhhhjjjjjjjjjlllllllllllllk \ No newline at end of file diff --git a/src/cc/rogue/rogue.777.2 b/src/cc/rogue/rogue.777.2 deleted file mode 100644 index 93a664d1e..000000000 --- a/src/cc/rogue/rogue.777.2 +++ /dev/null @@ -1 +0,0 @@ -lllljjllllll l ll lll l lll l ll l ljjj j j jhhhhhjjllllll \ No newline at end of file diff --git a/src/cc/rogue/rogue.777.3 b/src/cc/rogue/rogue.777.3 deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/komodo_cJSON.c b/src/hush_cJSON.c similarity index 100% rename from src/komodo_cJSON.c rename to src/hush_cJSON.c diff --git a/src/komodo_cJSON.h b/src/hush_cJSON.h similarity index 100% rename from src/komodo_cJSON.h rename to src/hush_cJSON.h diff --git a/src/komodo_ccdata.h b/src/hush_ccdata.h similarity index 100% rename from src/komodo_ccdata.h rename to src/hush_ccdata.h diff --git a/src/komodo_events.h b/src/hush_events.h similarity index 100% rename from src/komodo_events.h rename to src/hush_events.h diff --git a/src/komodo_kv.h b/src/hush_kv.h similarity index 100% rename from src/komodo_kv.h rename to src/hush_kv.h diff --git a/src/komodo_nSPV.h b/src/hush_nSPV.h similarity index 100% rename from src/komodo_nSPV.h rename to src/hush_nSPV.h diff --git a/src/komodo_nSPV_defs.h b/src/hush_nSPV_defs.h similarity index 100% rename from src/komodo_nSPV_defs.h rename to src/hush_nSPV_defs.h diff --git a/src/komodo_nSPV_fullnode.h b/src/hush_nSPV_fullnode.h similarity index 100% rename from src/komodo_nSPV_fullnode.h rename to src/hush_nSPV_fullnode.h diff --git a/src/komodo_nSPV_superlite.h b/src/hush_nSPV_superlite.h similarity index 100% rename from src/komodo_nSPV_superlite.h rename to src/hush_nSPV_superlite.h diff --git a/src/komodo_nSPV_wallet.h b/src/hush_nSPV_wallet.h similarity index 100% rename from src/komodo_nSPV_wallet.h rename to src/hush_nSPV_wallet.h diff --git a/src/komodo_pax.h b/src/hush_pax.h similarity index 100% rename from src/komodo_pax.h rename to src/hush_pax.h diff --git a/src/main.cpp b/src/main.cpp index ea5e9d9b5..258c95634 100644 --- a/src/main.cpp +++ b/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) {