Skip to content

Commit

Permalink
fix: marked pathAddressPairs as public internal(set) var
Browse files Browse the repository at this point in the history
  • Loading branch information
JeneaVranceanu committed Apr 2, 2023
1 parent bf93168 commit 62b7437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Web3Core/KeystoreManager/KeystoreParams.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public struct KeystoreParamsBIP32: AbstractKeystoreParams {
public var version: Int
public var isHDWallet: Bool

public var pathAddressPairs: [PathAddressPair]
public internal(set) var pathAddressPairs: [PathAddressPair]
var rootPath: String?

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

0 comments on commit 62b7437

Please sign in to comment.