diff --git a/src/txmempool.cpp b/src/txmempool.cpp index 5fa19fb5f..7a5110aa8 100644 --- a/src/txmempool.cpp +++ b/src/txmempool.cpp @@ -402,6 +402,7 @@ void CTxMemPool::removeConflicts(const CTransaction &tx, std::list } int32_t komodo_validate_interest(const CTransaction &tx,int32_t txheight,uint32_t nTime,int32_t dispflag); +extern char ASSETCHAINS_SYMBOL[]; void CTxMemPool::removeExpired(unsigned int nBlockHeight) {