Hush little baby

This commit is contained in:
Duke Leto
2020-12-06 18:55:25 -05:00
parent b7398f812c
commit d38ae7d82c
6 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
*/
#include "CCinclude.h"
#include "komodo_structs.h"
#include "hush_structs.h"
int32_t unstringbits(char *buf,uint64_t bits)
{

View File

@@ -18,7 +18,7 @@
*/
#include "CCinclude.h"
#include "komodo_structs.h"
#include "hush_structs.h"
#include "key_io.h"
#ifdef TESTMODE

View File

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

View File

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

View File

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