Skip to content

Commit e558fa1

Browse files
committed
fix: specify the length of cells
1 parent 75753f0 commit e558fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caps/eth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ stored by the sending peer. For each cell stored by the peer the corresponding b
551551

552552
### GetCells (0x13)
553553

554-
`[request-id: P, [vhash₁: B_32, vhash₂: B_32, ...], cells : B]`
554+
`[request-id: P, [vhash₁: B_32, vhash₂: B_32, ...], cells : B_16]`
555555

556556
This message requests the peer to return cells of the given vhashes.
557557
The `cells` element, a bitmap, specifies indices of the requested cells.

0 commit comments

Comments
 (0)