Skip to content

Commit 62b7437

Browse files
fix: marked pathAddressPairs as public internal(set) var
1 parent bf93168 commit 62b7437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Web3Core/KeystoreManager/KeystoreParams.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public struct KeystoreParamsBIP32: AbstractKeystoreParams {
7575
public var version: Int
7676
public var isHDWallet: Bool
7777

78-
public var pathAddressPairs: [PathAddressPair]
78+
public internal(set) var pathAddressPairs: [PathAddressPair]
7979
var rootPath: String?
8080

8181
public init(crypto cr: CryptoParamsV3, id i: String, version ver: Int = 32, rootPath: String? = nil) {

0 commit comments

Comments
 (0)