highlight & tag fullrbf replacements in RBF timeline

This commit is contained in:
Mononaut
2023-07-13 10:42:33 +09:00
parent 9cf961c667
commit 3287c62f91
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 {