From 558aa49b5c1b5321eaf2057ab20d2789f869018d Mon Sep 17 00:00:00 2001 From: Brannon King Date: Wed, 11 Dec 2019 16:33:38 -0700 Subject: [PATCH] fix compile error that came with include reorg --- src/miner.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/miner.h b/src/miner.h index 2fab20976..310a0331f 100644 --- a/src/miner.h +++ b/src/miner.h @@ -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 {