add test for priv key import
This commit is contained in:
parent
ca23aed70f
commit
4b3cbfcfb0
4 changed files with 5 additions and 5 deletions
|
|
@ -69,9 +69,9 @@
|
|||
match="joinPassword" required>
|
||||
|
||||
<input type="text"
|
||||
placeholder="Private"
|
||||
placeholder="Private Key (Hex)"
|
||||
name="private"
|
||||
ng-model="private"
|
||||
ng-model="$parent.private"
|
||||
ng-if="enterPrivate">
|
||||
|
||||
<div class="text-right">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue