Replace 285 with 293 in blockstore README (#767)
* Replace 285 with 293 in blockstore README * Mention block size after boundaries
This commit is contained in:
parent
af19d802f5
commit
07f7338503
@ -107,7 +107,8 @@ stored in the metadata db using the key `layout.b`:
|
||||
|
||||
b['block']['hash'] => [0, 8, 285] // 'hash' points to file blk00000.dat, position 8, size 285
|
||||
|
||||
Using this we know that our block is in `blk00000.dat`, bytes 8 through 285.
|
||||
Using this we know that our block is in `blk00000.dat`, bytes 8 through 293 and its size
|
||||
is 285 bytes.
|
||||
|
||||
Note that the position indicates that the block data is preceded by 8 bytes of
|
||||
the magic marker.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user