This commit is contained in:
jl777
2018-08-19 07:19:25 -11:00
parent 1f5025d995
commit c75d265250
3 changed files with 3 additions and 3 deletions

View File

@@ -1623,7 +1623,7 @@ bool GetAddressUnspent(uint160 addressHash, int type,
else return(coins.vout[n].nValue);
}*/
bool myAddtomempool(CTransaction &tx)
bool myAddtomempool(const CTransaction &tx)
{
CValidationState state; CTransaction Ltx; bool fMissingInputs,fOverrideFees = false;
if ( mempool.lookup(tx.GetHash(),Ltx) == 0 )