aboutsummaryrefslogtreecommitdiff
path: root/src/policy/rbf.h
diff options
context:
space:
mode:
authorglozow <gloriajzhao@gmail.com>2023-11-27 16:29:59 +0000
committerglozow <gloriajzhao@gmail.com>2024-01-16 14:20:33 +0000
commit158623b8e0726dff7eae4288138f1710e727db9c (patch)
treece03ea05579138e8f2aa5a8241a73703a9df51d6 /src/policy/rbf.h
parent60f677375e52832536a599afae3226f8e2155d88 (diff)
downloadbitcoin-158623b8e0726dff7eae4288138f1710e727db9c.tar.xz
[refactor] change Workspace::m_conflicts and adjacent funcs/structs to use Txid
It's preferable to use type-safe transaction identifiers to avoid confusing txid and wtxid. The next commit will add a reference to this set; we use this opportunity to change it to Txid ahead of time instead of adding new uses of uint256.
Diffstat (limited to 'src/policy/rbf.h')
-rw-r--r--src/policy/rbf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/policy/rbf.h b/src/policy/rbf.h
index fff9828482..5a33ed64a3 100644
--- a/src/policy/rbf.h
+++ b/src/policy/rbf.h
@@ -80,7 +80,7 @@ std::optional<std::string> HasNoNewUnconfirmed(const CTransaction& tx, const CTx
* @returns error message if the sets intersect, std::nullopt if they are disjoint.
*/
std::optional<std::string> EntriesAndTxidsDisjoint(const CTxMemPool::setEntries& ancestors,
- const std::set<uint256>& direct_conflicts,
+ const std::set<Txid>& direct_conflicts,
const uint256& txid);
/** Check that the feerate of the replacement transaction(s) is higher than the feerate of each