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 ffbf4e7 commit 9c28caeCopy full SHA for 9c28cae
Sources/Web3Core/Contract/ContractProtocol.swift
@@ -326,7 +326,7 @@ extension DefaultContractProtocol {
326
if method == "fallback" {
327
return nil
328
}
329
- return methods[method]?.compactMap({ functio n in
+ return methods[method]?.compactMap({ function in
330
return function.decodeInputData(data)
331
}).first
332
0 commit comments