Skip to content

Commit 75b2222

Browse files
authored
add ignoredRules: to ENSIP-21 (#25)
1 parent 8e7fcd8 commit 75b2222

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: ensips/21.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ contributors:
66
ensip:
77
created: "2025-03-15"
88
status: draft
9+
ignoredRules: ["heading:annex:-fault-tolerance"]
910
---
1011

1112
# ENSIP-21: Batch Gateway Offchain Lookup Protocol
@@ -64,7 +65,7 @@ interface IBatchGateway {
6465
- `failures[i]` is `false` if a response was received according to EIP-3668, even if it was error data.
6566
- `failures[i]` is `true` if the request could not be completed.
6667
- If a HTTP error is encountered, encode the response using `HttpError`.
67-
- Otherwise, encode the reason using `Error(string)`.
68+
- Otherwise, encode the reason with `Error(string)`.
6869
- `responses[i]` is the response or error data.
6970

7071
## Rationale

0 commit comments

Comments
 (0)