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 }}