mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Merge 03b1db6114 into merged_master (Bitcoin PR #18766)
This commit is contained in:
commit
7a7791e879
15 changed files with 75 additions and 53 deletions
|
|
@ -24,7 +24,6 @@
|
|||
#include <node/ui_interface.h>
|
||||
#include <optional.h>
|
||||
#include <pegins.h>
|
||||
#include <policy/fees.h>
|
||||
#include <policy/policy.h>
|
||||
#include <policy/settings.h>
|
||||
#include <primitives/block.h>
|
||||
|
|
@ -154,8 +153,6 @@ arith_uint256 nMinimumChainWork;
|
|||
|
||||
CFeeRate minRelayTxFee = CFeeRate(DEFAULT_MIN_RELAY_TX_FEE);
|
||||
|
||||
CBlockPolicyEstimator feeEstimator;
|
||||
|
||||
// Internal stuff
|
||||
namespace {
|
||||
CBlockIndex* pindexBestInvalid = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue