Merge a739d207a3 into merged_master (Bitcoin PR #17519)

This commit is contained in:
Andrew Poelstra 2020-11-09 23:10:14 +00:00
commit 8746cbf50b
4 changed files with 2 additions and 9 deletions

View file

@ -134,9 +134,6 @@ CFeeRate minRelayTxFee = CFeeRate(DEFAULT_MIN_RELAY_TX_FEE);
CBlockPolicyEstimator feeEstimator;
CTxMemPool mempool(&feeEstimator);
/** Constant stuff for coinbase transactions we create: */
CScript COINBASE_FLAGS;
// Internal stuff
namespace {
CBlockIndex* pindexBestInvalid = nullptr;