Files
bitcoin/test/functional/test_framework
Martin Zumsande 68a9001751 test: persist -v2transport over restarts and respect -v2transport=0
Before, a global -v2transport provided to the test would be dropped
when restarting the node within a test and specifying any extra_args.

Fix this by adding "v2transport=1" to args (not extra_args) based
on the global parameter, and deciding for each (re)start of the node
based on this default and test-specific extra_args
(which take precedence over args) whether v2 should be used.
2023-11-08 17:30:20 -05:00
..
2021-11-10 11:10:24 +01:00
2021-12-08 14:29:34 -05:00
2023-07-31 12:13:46 -06:00