This commit is contained in:
blackjok3r
2018-11-02 14:59:26 +08:00
parent be4539034e
commit 9d44f850bf
4 changed files with 1 additions and 4 deletions

View File

@@ -70,7 +70,7 @@ public:
#include "uint256.h"
#include "arith_uint256.h"
//#include "komodo_structs.h"
#include "komodo_structs.h"
#include "komodo_globals.h"
#include "komodo_utils.h"

View File

@@ -23,7 +23,6 @@
/*
* Serialisation boilerplate
*/
bool pubkey2addr(char *destaddr,uint8_t *pubkey33);
template <class T>
std::vector<uint8_t> SerializeF(const T f)

View File

@@ -29,7 +29,6 @@ uint64_t komodo_paxtotal();
int32_t komodo_longestchain();
uint64_t komodo_maxallowed(int32_t baseid);
int32_t komodo_bannedset(int32_t *indallvoutsp,uint256 *array,int32_t max);
bool pubkey2addr(char *destaddr,uint8_t *pubkey33);
pthread_mutex_t komodo_mutex;

View File

@@ -1203,7 +1203,6 @@ bool CWallet::UpdatedNoteData(const CWalletTx& wtxIn, CWalletTx& wtx)
extern uint8_t NOTARY_PUBKEY33[33];
extern std::string NOTARY_ADDRESS;
bool CWallet::AddToWalletIfInvolvingMe(const CTransaction& tx, const CBlock* pblock, bool fUpdate)
{
{