Files
bitcoin/test/functional/p2p_compactblocks.py
Lőrinc 76a5570b36 test: use in for two-value equality asserts
Some tests spell a two-value membership check as `assert x == a or x == b`.
Rewrite those sites as `assert x in (a, b)`.
This keeps the check the same and removes `==` forms that the later cleanup should not touch.
2026-04-07 15:56:28 +03:00

45 KiB
Executable File