Skip to content

Commit b9b6206

Browse files
committed
feat: remove stringHash due to existence of .hash method
1 parent 21d0c61 commit b9b6206

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stdlib/std/cells.tact

-2
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,6 @@ inline fun emptySlice(): Slice {
202202
return emptyCell().asSlice();
203203
}
204204

205-
asm fun stringHash(data: Slice): Int { SHA256U }
206-
207205
struct DataSize {
208206
cells: Int;
209207
bits: Int;

0 commit comments

Comments
 (0)