Skip to content

Commit a951302

Browse files
authored
Merge pull request #102 from BANKEX/develop
remove unused variable in BIP32 keystore
2 parents 609ee89 + fc16c48 commit a951302

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web3swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "web3swift"
3-
s.version = "0.6.0"
3+
s.version = "0.7.0"
44
s.summary = "Web3 implementation in vanilla Swift for iOS ans macOS"
55

66
s.description = <<-DESC

web3swift/KeystoreManager/Classes/BIP32Keystore.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class BIP32Keystore: AbstractKeystore {
4545
// --------------
4646

4747
public var keystoreParams: KeystoreParamsBIP32?
48-
public var mnemonics: String?
48+
// public var mnemonics: String?
4949
public var paths: [String:EthereumAddress] = [String:EthereumAddress]()
5050
public var rootPrefix: String
5151
public convenience init?(_ jsonString: String) {

0 commit comments

Comments
 (0)