From f839d3f52eda30d63b1a6161e601d88d6d24be19 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 7 May 2018 13:07:44 +0300 Subject: [PATCH] Fix --- src/txmempool.cpp | 1 + 1 file changed, 1 insertion(+) 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) {