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 0b0b3fa commit 68d8457Copy full SHA for 68d8457
Sources/web3swift/Utils/EIP/EIP712/EIP712Parser.swift
@@ -90,7 +90,7 @@ public class EIP712Parser {
90
91
static func toData(_ json: String) throws -> Data {
92
guard let json = json.data(using: .utf8) else {
93
- throw Web3Error.inputError(desc: "EIP712Parser. Failed to parse EIP712 payload. Given string is not valid UTF8 string. \(json)")
+ throw Web3Error.inputError(desc: "EIP712Parser. Failed to parse EIP712 payload. Given string is not valid UTF8 string.")
94
}
95
return json
96
0 commit comments