aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/decode_tx.cpp
AgeCommit message (Collapse)Author
2020-06-24refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)Wladimir J. van der Laan
HexStr can be called with anything that bas `begin()` and `end()` functions, so clean up the redundant calls.
2019-12-19tests: Add fuzzing harness for DecodeHexTx(...)practicalswift