aboutsummaryrefslogtreecommitdiff
path: root/test/functional/mempool_updatefromblock.py
AgeCommit message (Collapse)Author
2020-08-06refactor: test: use _ variable for unused loop countersSebastian 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-24test: Add mempool_updatefromblock.pyHennadii Stepanov