From d38ae7d82c3ab8179c682c6aeeb943eca322b970 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sun, 6 Dec 2020 18:55:25 -0500 Subject: [PATCH] Hush little baby --- src/cc/CCutilbits.cpp | 2 +- src/cc/CCutils.cpp | 2 +- src/hush.h | 2 +- src/{komodo_structs.h => hush_structs.h} | 0 src/komodo-tx.cpp | 2 +- src/rpc/blockchain.cpp | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) rename src/{komodo_structs.h => hush_structs.h} (100%) diff --git a/src/cc/CCutilbits.cpp b/src/cc/CCutilbits.cpp index 72fd0f266..c43944144 100644 --- a/src/cc/CCutilbits.cpp +++ b/src/cc/CCutilbits.cpp @@ -18,7 +18,7 @@ */ #include "CCinclude.h" -#include "komodo_structs.h" +#include "hush_structs.h" int32_t unstringbits(char *buf,uint64_t bits) { diff --git a/src/cc/CCutils.cpp b/src/cc/CCutils.cpp index d78134c13..8f39e00b1 100644 --- a/src/cc/CCutils.cpp +++ b/src/cc/CCutils.cpp @@ -18,7 +18,7 @@ */ #include "CCinclude.h" -#include "komodo_structs.h" +#include "hush_structs.h" #include "key_io.h" #ifdef TESTMODE diff --git a/src/hush.h b/src/hush.h index ead0020ab..46f17bd50 100644 --- a/src/hush.h +++ b/src/hush.h @@ -43,7 +43,7 @@ void komodo_event_rewind(struct komodo_state *sp,char *symbol,int32_t height); int32_t hush_connectblock(bool fJustCheck, CBlockIndex *pindex,CBlock& block); bool check_pprevnotarizedht(); -#include "komodo_structs.h" +#include "hush_structs.h" #include "hush_globals.h" #include "hush_utils.h" #include "komodo_curve25519.h" diff --git a/src/komodo_structs.h b/src/hush_structs.h similarity index 100% rename from src/komodo_structs.h rename to src/hush_structs.h diff --git a/src/komodo-tx.cpp b/src/komodo-tx.cpp index fbd06ad36..7d029c511 100644 --- a/src/komodo-tx.cpp +++ b/src/komodo-tx.cpp @@ -42,7 +42,7 @@ using namespace std; #include "uint256.h" #include "arith_uint256.h" -#include "komodo_structs.h" +#include "hush_structs.h" #include "hush_globals.h" #include "hush_defs.h" diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp index 4b09ba414..798c64717 100644 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -56,7 +56,7 @@ extern void TxToJSON(const CTransaction& tx, const uint256 hashBlock, UniValue& void ScriptPubKeyToJSON(const CScript& scriptPubKey, UniValue& out, bool fIncludeHex); int32_t komodo_notarized_height(int32_t *prevMoMheightp,uint256 *hashp,uint256 *txidp); #include "hush_defs.h" -#include "komodo_structs.h" +#include "hush_structs.h" double GetDifficultyINTERNAL(const CBlockIndex* blockindex, bool networkDifficulty) {