From 9a813a0441d30e1084fb3569b727caaf28eaaf5f Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 19 Aug 2018 07:21:20 -1100 Subject: [PATCH] Test --- src/cc/CCinclude.h | 2 +- src/cc/dice.cpp | 2 +- src/main.cpp | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/cc/CCinclude.h b/src/cc/CCinclude.h index c12389275..761e64bcd 100644 --- a/src/cc/CCinclude.h +++ b/src/cc/CCinclude.h @@ -60,7 +60,7 @@ bool GetAddressUnspent(uint160 addressHash, int type,std::vector 64 && is_hexstr((char *)res.c_str(),0) > 64 ) { if ( DecodeHexTx(tx,res) != 0 ) diff --git a/src/main.cpp b/src/main.cpp index 2b239dcf3..a2ec5cdb4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1623,7 +1623,7 @@ bool GetAddressUnspent(uint160 addressHash, int type, else return(coins.vout[n].nValue); }*/ -bool myAddtomempool(const CTransaction &tx) +bool myAddtomempool(CTransaction &tx) { CValidationState state; CTransaction Ltx; bool fMissingInputs,fOverrideFees = false; if ( mempool.lookup(tx.GetHash(),Ltx) == 0 ) @@ -4174,7 +4174,7 @@ bool CheckBlock(int32_t *futureblockp,int32_t height,CBlockIndex *pindex,const C { for (i=0; i