Skip to content

Commit 7ff6313

Browse files
authored
Update ERC-7836: Remove array request / response
Merged by EIP-Bot.
1 parent f79cef3 commit 7ff6313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ERCS/erc-7836.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,13 +176,13 @@ type Request = {
176176
177177
#### Response
178178
179-
> The response is identical to that of `wallet_sendCalls`, except that it is a list.
179+
> The response is identical to that of `wallet_sendCalls`.
180180
181181
```typescript
182182
type Response = {
183183
id: string,
184184
capabilities: Record<string, any>
185-
}[]
185+
}
186186
```
187187
188188
#### Example

0 commit comments

Comments
 (0)