fix typo in block_store benchmark (and missing clvm generator field) (#9433)

This commit is contained in:
Arvid Norberg 2021-12-01 20:31:31 +01:00 committed by GitHub
parent a9d0346fd0
commit a75b639adf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ def rand_vdf_proof() -> VDFProof:
)
with open("clvm_generator.bin", "wb+") as f:
with open("clvm_generator.bin", "rb+") as f:
clvm_generator = f.read()

Binary file not shown.