Skip to content

Commit 1e35ab0

Browse files
fix paramcache
1 parent a008e42 commit 1e35ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ commands:
166166
steps:
167167
- run:
168168
name: Obtain filecoin groth parameters
169-
command: ./paramcache --params-for-sector-sizes=1024
169+
command: ./paramcache --params-for-sector-sizes='1024:4'
170170
no_output_timeout: 60m
171171
build_project:
172172
steps:

0 commit comments

Comments
 (0)