Skip to content

Commit

Permalink
webapi: Add xpub ID to ticket details page.
Browse files Browse the repository at this point in the history
  • Loading branch information
jholdstock committed Jun 27, 2024
1 parent 844d2ce commit c230954
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions internal/webapi/templates/ticket-search-result.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,9 @@ <h1>Fee</h1>
<a href="{{ addressURL .Ticket.FeeAddress }}">
{{ .Ticket.FeeAddress }}
</a>
(XPub ID: {{ .Ticket.FeeAddressXPubID }} Address: {{ .Ticket.FeeAddressIndex }})
</td>
</tr>
<tr>
<th>Fee Address Index</th>
<td>{{ .Ticket.FeeAddressIndex }}</td>
</tr>
<tr>
<th>Fee Amount</th>
<td>{{ atomsToDCR .Ticket.FeeAmount }}</td>
Expand Down

0 comments on commit c230954

Please sign in to comment.