You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GlobalState::generate_primitive_witness creates SaltedUtxos structures through their new constructor. This uses thread_rng internally which means that the proofs cannot be reused across test runs. Let's give generate_primitive_witness a seed or a salt_seed argument such that we can reuse the proofs and get faster tests.
The text was updated successfully, but these errors were encountered:
GlobalState::generate_primitive_witness
createsSaltedUtxos
structures through theirnew
constructor. This usesthread_rng
internally which means that the proofs cannot be reused across test runs. Let's givegenerate_primitive_witness
aseed
or asalt_seed
argument such that we can reuse the proofs and get faster tests.The text was updated successfully, but these errors were encountered: