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.
2 parents 9660f7e + cf0855b commit 55425a1Copy full SHA for 55425a1
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -38,14 +38,14 @@ body:
38
attributes:
39
label: What is the error thrown?
40
description: Please provide the exact error thrown.
41
- placeholder: "Web3Error.invalidData("Exact error message")"
+ placeholder: Web3Error.invalidData("Exact error message")
42
validations:
43
required: true
44
- type: textarea
45
id: source-path
46
47
label: What's the stack trace said?
48
description: Please provide the exact source path.
49
- placeholder: "Sources/Core/Transaction/CodableTransaction.swift:129 func recoverPublicKey()"
+ placeholder: Sources/Core/Transaction/CodableTransaction.swift:129 func recoverPublicKey()
50
51
0 commit comments