Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-06 | refactor: test: use _ variable for unused loop counters | Sebastian Falbesoner | |
substitutes "for x in range(N):" by "for _ in range(N):" indicates to the reader that a block is just repeated N times, and that the loop counter is not used in the body | |||
2019-07-10 | test: Add test for maxtxfee option | MarcoFalke | |
2019-03-02 | scripted-diff: Update copyright in ./test | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./test/ -END VERIFY SCRIPT- | |||
2019-02-19 | qa: Remove mocktime unless required | MarcoFalke | |
2018-12-27 | wallet: Avoid leaking locktime fingerprint when anti-fee-sniping | MarcoFalke | |