Skip to content

Commit 4450b0f

Browse files
fix: computed variables cannot bet declared as let
1 parent c103517 commit 4450b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Web3Core/KeystoreManager/BIP32HDNode.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public class HDNode {
122122
public static let defaultPathPrefix = "m/44'/60'/0'"
123123
public static let defaultPathMetamask = "m/44'/60'/0'/0/0"
124124
public static let defaultPathMetamaskPrefix = "m/44'/60'/0'/0"
125-
public static let hardenedIndexPrefix: UInt32 { Self.maxIterationIndex }
125+
public static var hardenedIndexPrefix: UInt32 { Self.maxIterationIndex }
126126
}
127127

128128
extension HDNode {

0 commit comments

Comments
 (0)