[#CTxMemPool-ChangeSet-CalculateChunksForRBF] = xref:CTxMemPool.adoc[CTxMemPool]::xref:CTxMemPool/ChangeSet.adoc[ChangeSet]::CalculateChunksForRBF :relfileprefix: ../../ :mrdocs: Calculate the sorted chunks for the old and new mempool relating to the clusters that would be affected by a potential replacement transaction. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:util/Result.adoc[util::Result<std::pair<std::vector<FeeFrac>, std::vector<FeeFrac>>>] CalculateChunksForRBF(); ---- == Return Value old and new diagram pair respectively, or an error string if the conflicts don't match a calculable topology [.small]#Created with https://www.mrdocs.com[MrDocs]#