diff --git a/frontend/src/app/components/rbf-timeline/rbf-timeline.component.html b/frontend/src/app/components/rbf-timeline/rbf-timeline.component.html index 63d365369..f9f9f0816 100644 --- a/frontend/src/app/components/rbf-timeline/rbf-timeline.component.html +++ b/frontend/src/app/components/rbf-timeline/rbf-timeline.component.html @@ -23,12 +23,16 @@ [class.first-node]="cell.first" [class.diff-old]="highlightedOldTxid === cell.replacement.tx.txid" [class.diff-new]="highlightedNewTxid === cell.replacement.tx.txid" + [class.diff-pending]="pendingAnchorTxid === cell.replacement.tx.txid" >
+ @@ -45,7 +49,10 @@{{ pendingAnchorShort }}… — now click the transaction to compare it with.| @@ -126,7 +107,7 @@ |
| @@ -145,146 +127,149 @@ |