Commit graph

2 commits

Author SHA1 Message Date
Sebastian Falbesoner dac7a111bd refactor: test: use _ variable for unused loop counters
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-08-06 18:39:33 +02:00
Hennadii Stepanov 8098dea069
test: Add mempool_updatefromblock.py 2020-04-24 18:18:34 +03:00