Skip to content

Commit a713cf4

Browse files
Merge pull request #574 from skywinder/master
2 parents 98e0d74 + 1e2f8a3 commit a713cf4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/web3swift/Web3/Web3+Options.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ extension TransactionOptions: Decodable {
235235
self.to = ethAddr
236236
}
237237

238-
self.from = try container.decodeIfPresent(EthereumAddress.self, forKey: .to)
238+
self.from = try container.decodeIfPresent(EthereumAddress.self, forKey: .from)
239239

240240
if let gasPrice = try? container.decodeHex(BigUInt.self, forKey: .gasPrice) {
241241
self.gasPrice = .manual(gasPrice)

web3swift.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'web3swift'
3-
spec.version = '2.6.3'
3+
spec.version = '2.6.5'
44
spec.ios.deployment_target = "9.0"
55
spec.osx.deployment_target = "10.12"
66
spec.license = { :type => 'Apache License 2.0', :file => 'LICENSE.md' }

0 commit comments

Comments
 (0)