ton icon indicating copy to clipboard operation
ton copied to clipboard

Fix `compute_data_size` functions in stdlib

Open behrang opened this issue 1 year ago • 1 comments

Changed order of functions to match the documentation. Also replaced cell with slice in slice_compute_data_size? to fix it.

behrang avatar Mar 14 '23 08:03 behrang

This is a breaking change, but the first parameter of the old slice_compute_data_size? function was wrong and I think there is no problem in changing it to the fixed version.

behrang avatar Mar 14 '23 08:03 behrang