mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 12:22:39 -03:00
add missing includes in policy/rbf
This commit is contained in:
parent
c6abeb76fb
commit
0ef08f8bed
1 changed files with 5 additions and 0 deletions
|
@ -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…
Reference in a new issue