Skip to content

Commit 68d8457

Browse files
chore: updated error message
1 parent 0b0b3fa commit 68d8457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/web3swift/Utils/EIP/EIP712/EIP712Parser.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public class EIP712Parser {
9090

9191
static func toData(_ json: String) throws -> Data {
9292
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)")
93+
throw Web3Error.inputError(desc: "EIP712Parser. Failed to parse EIP712 payload. Given string is not valid UTF8 string.")
9494
}
9595
return json
9696
}

0 commit comments

Comments
 (0)