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 2a25ffa commit e298263Copy full SHA for e298263
Sources/web3swift/Utils/EIP/EIP681.swift
@@ -240,7 +240,7 @@ extension Web3 {
240
241
// TODO: throws errors instead of returning `nil`
242
/// Attempts to parse given string as EIP681 code.
243
- /// Note: that ENS addresses as paramteres will be attempted to be resolved into Ethereum addresses.
+ /// Note: that ENS addresses as parameters will be attempted to be resolved into Ethereum addresses.
244
/// Thus, make sure that given raw EIP681 code has chain ID set or default Ethereum Mainnet chan ID will be used instead.
245
/// - Parameter string: raw, encoded EIP681 code.
246
/// - Returns: parsed EIP681 code or `nil` is something has failed.
0 commit comments