aboutsummaryrefslogtreecommitdiff
path: root/test/functional/mempool_updatefromblock.py
Commit message (Collapse)AuthorAgeFilesLines
* refactor: test: use _ variable for unused loop countersSebastian Falbesoner2020-08-061-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.pyHennadii Stepanov2020-04-241-0/+123