Skip to content

Commit

Permalink
remove unused variable in BIP32 keystore
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Vlasov committed May 11, 2018
1 parent 39a9996 commit fc16c48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web3swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "web3swift"
s.version = "0.6.0"
s.version = "0.7.0"
s.summary = "Web3 implementation in vanilla Swift for iOS ans macOS"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion web3swift/KeystoreManager/Classes/BIP32Keystore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class BIP32Keystore: AbstractKeystore {
// --------------

public var keystoreParams: KeystoreParamsBIP32?
public var mnemonics: String?
// public var mnemonics: String?
public var paths: [String:EthereumAddress] = [String:EthereumAddress]()
public var rootPrefix: String
public convenience init?(_ jsonString: String) {
Expand Down

0 comments on commit fc16c48

Please sign in to comment.