Browse Source

Hush little baby

dev
Duke Leto 4 years ago
parent
commit
d38ae7d82c
  1. 2
      src/cc/CCutilbits.cpp
  2. 2
      src/cc/CCutils.cpp
  3. 2
      src/hush.h
  4. 0
      src/hush_structs.h
  5. 2
      src/komodo-tx.cpp
  6. 2
      src/rpc/blockchain.cpp

2
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)
{

2
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

2
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"

0
src/komodo_structs.h → src/hush_structs.h

2
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"

2
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)
{

Loading…
Cancel
Save