mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2025-01-08 10:25:24 +03:00
fix typo in block_store benchmark (and missing clvm generator field) (#9433)
This commit is contained in:
parent
a9d0346fd0
commit
a75b639adf
@ -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.
Loading…
Reference in New Issue
Block a user