Skip to content

Commit

Permalink
(NOBIDS) Add a space to "Blob VersionedHashes" on tx page (#2673)
Browse files Browse the repository at this point in the history
  • Loading branch information
D13ce authored Nov 7, 2023
1 parent fffd768 commit 3b10112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/eth1tx.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ <h1 class="h4 mb-1 mb-md-0">
<div class="col-md-9">{{ formatBytesAmount .Gas.BlobTxFee config.Frontend.ElCurrency 8 }} <span class="text-secondary">(Used</span> <span class="text-black">{{ .Gas.BlobGasUsed }}</span> <span class="text-secondary">@</span> <span class="text-black">{{ formatBytesAmount .Gas.BlobGasPrice "GWei" 8 }}</span><span class="text-secondary">)</span></div>
</div>
<div class="row border-bottom p-3 mx-0">
<div class="col-md-3">Blob VersionedHashes:</div>
<div class="col-md-3">Blob Versioned Hashes:</div>
<div class="col-md-9">
<ul>
{{ range $i, $h := .BlobHashes }}<li>{{ $i }}: {{ formatBlobVersionedHash $h }}</li>{{ end }}
Expand Down

0 comments on commit 3b10112

Please sign in to comment.