Skip to content

Commit 9c28cae

Browse files
fix: argument name fix
1 parent ffbf4e7 commit 9c28cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Web3Core/Contract/ContractProtocol.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ extension DefaultContractProtocol {
326326
if method == "fallback" {
327327
return nil
328328
}
329-
return methods[method]?.compactMap({ functio n in
329+
return methods[method]?.compactMap({ function in
330330
return function.decodeInputData(data)
331331
}).first
332332
}

0 commit comments

Comments
 (0)