Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed May 15, 2024
1 parent 4ffd3b5 commit e562aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/slot/deposit_receipts.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{{- end }}
</td>
<td>{{ formatFullEthFromGwei $deposit.Amount }}</td>
<td>0x{{ printf "%x" $deposit.Withdrawalcredentials }}</td>
<td>0x{{ printf "%x" $deposit.WithdrawalCreds }}</td>
<td>
0x{{ printf "%x" $deposit.Signature }}
<i class="fa fa-copy text-muted ml-2 p-1" role="button" data-bs-toggle="tooltip" title="Copy to clipboard" data-clipboard-text="0x{{ printf "%x" $deposit.Signature }}"></i>
Expand Down

0 comments on commit e562aa4

Please sign in to comment.