Skip to content
Snippets Groups Projects

Lower NUM_TOKENS

Merged Jean-Paul Calderone requested to merge lower-num-tokens into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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):
Loading