Skip to content
Snippets Groups Projects
Unverified Commit 45a1ff79 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone Committed by GitHub
Browse files

Merge pull request #104 from PrivateStorageio/lower-num-tokens

Lower NUM_TOKENS
parents 3d0b791f 3ad3af08
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ from .controller import ( ...@@ -59,7 +59,7 @@ from .controller import (
) )
# The number of tokens to submit with a voucher redemption. # The number of tokens to submit with a voucher redemption.
NUM_TOKENS = 512000 NUM_TOKENS = 2 ** 15
class IZKAPRoot(IResource): class IZKAPRoot(IResource):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment