Skip to content

Commit 009f99b

Browse files
authored
[Core] IPLD Block Size (#66)
* stack 32 cells into IPLD block * stack 8 cells into IPLD block * Move back to 32 cells size
1 parent aba9b9b commit 009f99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package internal
22

3-
const StackSize = 64
3+
const StackSize = 32

0 commit comments

Comments
 (0)