fix compile error that came with include reorg
This commit is contained in:
parent
9eed417892
commit
d88d6b3280
1 changed files with 2 additions and 0 deletions
|
@ -121,6 +121,8 @@ struct update_for_parent_inclusion
|
|||
CTxMemPool::txiter iter;
|
||||
};
|
||||
|
||||
extern CTxMemPool mempool;
|
||||
|
||||
/** Generate a new block, without valid proof-of-work */
|
||||
class BlockAssembler
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue