Merge pull request #3957 from mempool/mononaut/full-rbf-highlight

highlight & tag fullrbf replacements in RBF timeline
This commit is contained in:
softsimon
2023-07-13 15:34:19 +09:00
committed by GitHub
7 changed files with 69 additions and 26 deletions

View File

@@ -55,7 +55,7 @@ class RbfCache {
if (tree) {
tree.interval = newTime - tree?.time;
replacedTrees.push(tree);
fullRbf = fullRbf || tree.fullRbf;
fullRbf = fullRbf || tree.fullRbf || !tree.tx.rbf;
}
}
} else {