mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-02 11:11:04 +02:00
add missing includes in policy/rbf
This commit is contained in:
parent
c6abeb76fb
commit
0ef08f8bed
@ -5,7 +5,12 @@
|
||||
#ifndef BITCOIN_POLICY_RBF_H
|
||||
#define BITCOIN_POLICY_RBF_H
|
||||
|
||||
#include <primitives/transaction.h>
|
||||
#include <txmempool.h>
|
||||
#include <uint256.h>
|
||||
|
||||
#include <optional>
|
||||
#include <string>
|
||||
|
||||
/** Maximum number of transactions that can be replaced by BIP125 RBF (Rule #5). This includes all
|
||||
* mempool conflicts and their descendants. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user