mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 23:27:56 -05:00
Use artifacts/ rather than corpus/ to track fuzz inputs. corpus appears to be a temporary directory that will be modified when minimizing test cases using commands like `cargo fuzz cmin` or `cargo fuzz tmin`. For this reason it's not suitable for long-term storage and is likely to make the git commit-staging process very messy.