https://github.com/nervosnetwork/sparse-merkle-tree/tree/master#construction ``` # N = 256 sparse merkle tree height: 0 / \ 255 0 1 ............................. / \ / \ 1 0 1 0 1 / \ / \ / \ / \ 0 0 1 0 1 ... 0 1 0 1 0x00..00 0x00..01 ... 0x11..11 ``` The correct value for the rightmost key should be `0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF`, not `0x11..11`.
https://github.com/nervosnetwork/sparse-merkle-tree/tree/master#construction
The correct value for the rightmost key should be
0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF, not0x11..11.