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 | |||
2020-04-24 | test: Add mempool_updatefromblock.py | Hennadii Stepanov | |