Show Nonce for ethereum type transactions in explorer
This commit is contained in:
parent
f6899a7712
commit
c1f2e62c45
File diff suppressed because one or more lines are too long
@ -117,6 +117,12 @@
|
||||
</td>
|
||||
</tr>
|
||||
{{end}}
|
||||
{{if $tx.EthereumSpecific}}
|
||||
<tr>
|
||||
<td>Nonce</td>
|
||||
<td>{{$tx.EthereumSpecific.Nonce}}</td>
|
||||
</tr>
|
||||
{{end}}
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="pt-1">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user