Skip to content

Commit 1d36625

Browse files
committed
fix: change cells message
1 parent ce56fc7 commit 1d36625

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

caps/eth.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -540,11 +540,10 @@ The `cells` element, a bitmap, specifies indices of the requested cells.
540540

541541
### Cells (0x13)
542542

543-
`[request-id: P, [[txhash₁: B_32, [index₁: P, cell₁: B], [index₂: P, cell₂: B, ...]], [txhash₂: B_32, [index₁: P, cell₁: B], [index₂: P, cell₂: B, ...]], ...]]`
543+
`[request-id: P, [[txhash₁: B_32, [index₁: P, cell₁: B, cell₂: B, ...], [index₂: P, cell₁: B, cell₂: B, ...]], [txhash₂: B_32, [index₁: P, cell₁: B, cell₂: B], [index₂: P, cell₁: B, cell₂: B, ...]], ...]]`
544544

545545
This is the response to [GetCells].
546-
Each element must match the txhash and cells specified in the request. The `cellₙ` field
547-
is an rlp encoded array that contains the cells for all blobs included in the transaction.
546+
Each element must match the txhash and cells specified in the request.
548547
The sender can skip any indices that are not available, so the requester can fetch them
549548
from other peers.
550549

0 commit comments

Comments
 (0)