Skip to content

Commit

Permalink
fix: remove se flag in testscript
Browse files Browse the repository at this point in the history
  • Loading branch information
kittybest committed Apr 8, 2024
1 parent e44eb32 commit 10534a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/testScript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ node build/ts/index.js setVerifyingKeys \
node build/ts/index.js create -s 10
node build/ts/index.js deployPoll \
--pubkey macipk.281830024fb6d21a4c73a89a7139aff61fbbddad731ef2dc2db9516171fd390e \
-t 30 -i 1 -m 2 -b 1 -v 2 -se false
-t 80 -i 1 -m 2 -b 1 -v 2
node build/ts/index.js getPoll \
--quiet false
node build/ts/index.js signup \
Expand Down

0 comments on commit 10534a2

Please sign in to comment.