0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-06 14:19:59 -05:00
bitcoin-core/test/functional/test_framework
Martin Zumsande ec5e294e4b 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.
2024-07-30 17:49:07 -04:00
..
crypto
__init__.py
address.py
authproxy.py
bdb.py
bip340_test_vectors.csv
blockfilter.py
blocktools.py
coverage.py
descriptors.py
key.py
mempool_util.py
messages.py
netutil.py
p2p.py
psbt.py
script.py
script_util.py
segwit_addr.py
socks5.py
test_framework.py
test_node.py
test_shell.py
util.py
v2_p2p.py
wallet.py
wallet_util.py