Skip to content

Commit

Permalink
Updated minimum macOS version from 10.9 to 10.10 (thanks PromiseKit)
Browse files Browse the repository at this point in the history
  • Loading branch information
v57 committed Nov 26, 2018
1 parent 5b9bb50 commit 03fa97c
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 393 deletions.
144 changes: 0 additions & 144 deletions Example/Pods/web3swift/Sources/Merge.swift

This file was deleted.

139 changes: 0 additions & 139 deletions Example/Pods/web3swift/Sources/Promises/Promise+Batching.swift

This file was deleted.

105 changes: 0 additions & 105 deletions Example/Pods/web3swift/Sources/Promises/Promise+HttpProvider.swift

This file was deleted.

2 changes: 1 addition & 1 deletion Sources/ObjectiveC/W3Keystore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ extension EthereumKeystoreV3 {
}

@objc public func getAddress() -> W3Address? {
return swift.getAddress()?.objc
return swift.address?.objc
}

@objc public var addresses: [W3Address] {
Expand Down
Loading

0 comments on commit 03fa97c

Please sign in to comment.