Skip to content

Commit

Permalink
fix nobitfield
Browse files Browse the repository at this point in the history
  • Loading branch information
wjblanke authored and Yostra committed Jan 12, 2021
1 parent fc84e26 commit 0fa5eb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/block_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ def init_plots(self, root_path):
args.buckets = 0
args.stripe_size = 2000
args.num_threads = 0
args.nobitfield = False
test_private_keys = [AugSchemeMPL.key_gen(std_hash(i.to_bytes(2, "big"))) for i in range(args.num)]
try:
# No datetime in the filename, to get deterministic filenames and not re-plot
Expand Down

0 comments on commit 0fa5eb5

Please sign in to comment.