aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/signet.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fuzz: Remove needless guardMarcoFalke2020-09-221-4/+2
|
* refactor: Remove SignetTxs::m_valid and use optional insteadMarcoFalke2020-09-221-1/+1
| | | | | | m_valid implies the block solution has been checked, which is not the case. It only means the txs could be parsed. C++17 comes with std::optional, so just use that instead.
* test: add small signet fuzzerpracticalswift2020-09-181-0/+34