We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ignoredRules:
1 parent 8e7fcd8 commit 75b2222Copy full SHA for 75b2222
ensips/21.md
@@ -6,6 +6,7 @@ contributors:
6
ensip:
7
created: "2025-03-15"
8
status: draft
9
+ignoredRules: ["heading:annex:-fault-tolerance"]
10
---
11
12
# ENSIP-21: Batch Gateway Offchain Lookup Protocol
@@ -64,7 +65,7 @@ interface IBatchGateway {
64
65
- `failures[i]` is `false` if a response was received according to EIP-3668, even if it was error data.
66
- `failures[i]` is `true` if the request could not be completed.
67
- If a HTTP error is encountered, encode the response using `HttpError`.
- - Otherwise, encode the reason using `Error(string)`.
68
+ - Otherwise, encode the reason with `Error(string)`.
69
- `responses[i]` is the response or error data.
70
71
## Rationale
0 commit comments