fix compile error that came with include reorg

This commit is contained in:
Brannon King 2019-12-11 16:33:38 -07:00
parent 4be42d04f7
commit 558aa49b5c

View file

@ -119,6 +119,8 @@ struct update_for_parent_inclusion
CTxMemPool::txiter iter;
};
extern CTxMemPool mempool;
/** Generate a new block, without valid proof-of-work */
class BlockAssembler
{