mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-29 13:36:01 +00:00
Public key column in table, shown as hex
This commit is contained in:
@@ -294,6 +294,12 @@
|
||||
<button class="address-toggle">Toggle</button>
|
||||
</div>
|
||||
</th>
|
||||
<th>
|
||||
<div class="input-group">
|
||||
Public Key
|
||||
<button class="public-key-toggle">Toggle</button>
|
||||
</div>
|
||||
</th>
|
||||
<th>
|
||||
<div class="input-group">
|
||||
Private Key
|
||||
@@ -438,6 +444,7 @@
|
||||
<tr>
|
||||
<td class="index"><span></span></td>
|
||||
<td class="address"><span></span></td>
|
||||
<td class="pubkey"><span></span></td>
|
||||
<td class="privkey"><span></span></td>
|
||||
</tr>
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user