| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: test: use _ variable for unused loop counters | Sebastian Falbesoner | 2020-08-06 | 1 | -1/+1 |
| | | | | | | | 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 | ||||
| * | test: Add mempool_updatefromblock.py | Hennadii Stepanov | 2020-04-24 | 1 | -0/+123 |