mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-02-02 03:06:29 +00:00
move bip86 down to preserve index values of other values just in case
This commit is contained in:
parent
cf7f8c050a
commit
e15e8e3530
1 changed files with 1 additions and 1 deletions
|
@ -15,9 +15,9 @@ enum DerivePathType {
|
|||
bch44,
|
||||
bip49,
|
||||
bip84,
|
||||
bip86,
|
||||
eth,
|
||||
eCash44,
|
||||
bip86,
|
||||
}
|
||||
|
||||
extension DerivePathTypeExt on DerivePathType {
|
||||
|
|
Loading…
Reference in a new issue