aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/decode_tx.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fuzz: Assert expected DecodeHexTx behaviour when using legacy decodingpracticalswift2020-11-041-1/+3
|
* fuzz: Fix DecodeHexTx fuzzing harness issuepracticalswift2020-11-021-2/+1
|
* refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)Wladimir J. van der Laan2020-06-241-1/+1
| | | | | HexStr can be called with anything that bas `begin()` and `end()` functions, so clean up the redundant calls.
* tests: Add fuzzing harness for DecodeHexTx(...)practicalswift2019-12-191-0/+31