Files
bitcoin/test/functional/test_framework
Martin Zumsande 500bba0561 test: fix constructor of msg_tx
In python, if the default value is a mutable object (here: a class)
its shared over all instances, so that one instance being changed
would affect others to be changed as well.
This was likely the source of various intermittent bugs in the
functional tests.

Github-Pull: #30552
Rebased-From: ec5e294e4b
2024-07-31 12:04:45 +01:00
..
2021-11-10 11:10:24 +01:00
2024-07-31 12:04:45 +01:00
2024-02-27 13:56:23 -08:00