From 96bec279a91a4007743d61b4df9ae87454def64b Mon Sep 17 00:00:00 2001
From: Mononaut
Date: Mon, 12 Aug 2024 14:54:51 +0000
Subject: [PATCH] flow diagram zero-indexed inputs & outputs
---
.../tx-bowtie-graph-tooltip.component.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/frontend/src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html b/frontend/src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html
index 6aa7cf7c0..3dfb2059d 100644
--- a/frontend/src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html
+++ b/frontend/src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html
@@ -43,7 +43,7 @@
Output
Fee
- #{{ line.index + 1 }}
+ #{{ line.index }}
@@ -73,7 +73,7 @@
- Output #{{ line.vout + 1 }}
+
Output #{{ line.vout }}
@@ -83,7 +83,7 @@
- Input #{{ line.vin + 1 }}
+
Input #{{ line.vin }}