![]() |
Bitcoin Core
21.99.0
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
RBFTransactionState | IsRBFOptIn (const CTransaction &tx, const CTxMemPool &pool) |
Determine whether an unconfirmed transaction is signaling opt-in to RBF according to BIP 125 This involves checking sequence numbers of the transaction, as well as the sequence numbers of all in-mempool ancestors. More... | |
RBFTransactionState | IsRBFOptInEmptyMempool (const CTransaction &tx) |
RBFTransactionState IsRBFOptIn | ( | const CTransaction & | tx, |
const CTxMemPool & | pool | ||
) |
Determine whether an unconfirmed transaction is signaling opt-in to RBF according to BIP 125 This involves checking sequence numbers of the transaction, as well as the sequence numbers of all in-mempool ancestors.
tx | The unconfirmed transaction |
pool | The mempool, which may contain the tx |
Definition at line 8 of file rbf.cpp.
RBFTransactionState IsRBFOptInEmptyMempool | ( | const CTransaction & | tx | ) |