We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30711bb commit b6000e9Copy full SHA for b6000e9
Sources/web3swift/Web3/Web3+Structures.swift
@@ -91,7 +91,7 @@ extension TransactionOptions: Decodable {
91
self.nonce = .pending
92
}
93
94
- if let callOnBlock = try decodeHexToBigUInt(container, key: .nonce) {
+ if let callOnBlock = try decodeHexToBigUInt(container, key: .callOnBlock) {
95
self.callOnBlock = .exactBlockNumber(callOnBlock)
96
} else {
97
self.callOnBlock = .pending
0 commit comments