move bip86 down to preserve index values of other values just in case

This commit is contained in:
julian 2024-04-12 14:56:10 -06:00
parent cf7f8c050a
commit e15e8e3530

View file

@ -15,9 +15,9 @@ enum DerivePathType {
bch44,
bip49,
bip84,
bip86,
eth,
eCash44,
bip86,
}
extension DerivePathTypeExt on DerivePathType {