Skip to content

Commit

Permalink
add selection of Ledger Pirl Path for HD Derivation
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrufky committed Jul 22, 2018
1 parent b70e8b4 commit 05e7cef
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/scripts/directives/walletDecryptDrtv.html
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,18 @@ <h4 id="modalTitle" class="modal-title" translate="ADD_Radio_5_Path" style="marg
</label>
</div>

<div class="col-sm-4">
<label class="radio small">
<input aria-describedby="Path: Ledger (PIRL) {{HDWallet.hwPirlPath}}"
ng-change="onHDDPathChange()"
ng-model="HDWallet.dPath"
type="radio"
value="{{HDWallet.hwPirlPath}}"/>
<span ng-bind="HDWallet.hwPirlPath"></span>
<p class="small">Network: PIRL</p>
</label>
</div>

<div class="col-sm-4">
<label class="radio small">
<input aria-describedby="Path: TREZOR (CLO) {{HDWallet.hwCallistoPath}}"
Expand Down

0 comments on commit 05e7cef

Please sign in to comment.