5 #ifndef BITCOIN_POLICY_RBF_H 6 #define BITCOIN_POLICY_RBF_H 10 static const uint32_t MAX_BIP125_RBF_SEQUENCE = 0xfffffffd;
28 #endif // BITCOIN_POLICY_RBF_H
bool SignalsOptInRBF(const CTransaction &tx)
RBFTransactionState IsRBFOptIn(const CTransaction &tx, CTxMemPool &pool) EXCLUSIVE_LOCKS_REQUIRED(pool.cs)
#define EXCLUSIVE_LOCKS_REQUIRED(...)
CTxMemPool stores valid-according-to-the-current-best-chain transactions that may be included in the ...
The basic transaction that is broadcasted on the network and contained in blocks. ...