File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Sources/Web3Core/KeystoreManager Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -117,12 +117,12 @@ public class HDNode {
117
117
childNumber = UInt32 ( 0 )
118
118
}
119
119
120
- private static var curveOrder = BigUInt ( " FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141 " , radix: 16 ) !
121
- public static var defaultPath : String = " m/44'/60'/0'/0 "
122
- public static var defaultPathPrefix : String = " m/44'/60'/0' "
123
- public static var defaultPathMetamask : String = " m/44'/60'/0'/0/0 "
124
- public static var defaultPathMetamaskPrefix : String = " m/44'/60'/0'/0 "
125
- public static var hardenedIndexPrefix : UInt32 { Self . maxIterationIndex }
120
+ private static let curveOrder = BigUInt ( " FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141 " , radix: 16 ) !
121
+ public static let defaultPath = " m/44'/60'/0'/0 "
122
+ public static let defaultPathPrefix = " m/44'/60'/0' "
123
+ public static let defaultPathMetamask = " m/44'/60'/0'/0/0 "
124
+ public static let defaultPathMetamaskPrefix = " m/44'/60'/0'/0 "
125
+ public static let hardenedIndexPrefix : UInt32 { Self . maxIterationIndex }
126
126
}
127
127
128
128
extension HDNode {
You can’t perform that action at this time.
0 commit comments