Skip to content

Commit

Permalink
correct slot size
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Jan 18, 2024
1 parent 28ac525 commit 3d37531
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ The Smart Rollup log shows the hash of the data, as in this example:

:::note Why `diff` won't work
You cannot use `diff` to ensure that the file you originally published and the one that you downloaded from the rollup node are equal.
Indeed, they are not: because the size of a slot is fixed, the DAL node pads the value it receives from `POST /slot` in order to ensure that it has the correct size.
Indeed, they are not: because the size of a slot is fixed, the DAL node pads the value it receives from `POST /slot` in order to ensure that it has the correct slot size.
:::

## Next steps
Expand Down

0 comments on commit 3d37531

Please sign in to comment.