Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
increase hd path index
Browse files Browse the repository at this point in the history
  • Loading branch information
evilpeach committed Aug 7, 2020
1 parent 3ca6a77 commit d07666b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scan/src/components/modal/connect/ConnectWithLedger.re
Expand Up @@ -171,7 +171,7 @@ let make = (~chainID, ~ledgerApp) => {
let newAccountIndex = ReactEvent.Form.target(event)##value |> int_of_string;
setAccountIndex(_ => newAccountIndex);
}}>
{[|0, 1, 2, 3, 4, 5|]
{[|0, 1, 2, 3, 4, 5, 6, 7, 8, 9|]
|> Belt.Array.map(_, index =>
<option key={index |> string_of_int} value={index |> string_of_int}>
{let prefixPath =
Expand Down

0 comments on commit d07666b

Please sign in to comment.