We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c103517 commit 4450b0fCopy full SHA for 4450b0f
Sources/Web3Core/KeystoreManager/BIP32HDNode.swift
@@ -122,7 +122,7 @@ public class HDNode {
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 }
+ public static var hardenedIndexPrefix: UInt32 { Self.maxIterationIndex }
126
}
127
128
extension HDNode {
0 commit comments