Files
bitcoin/test/functional/test_framework
Russell Yanofsky ff44cae279 test: Change feature_config_args.py not to rely on strange regtest=0 behavior
Update test to simply generate a normal mainnet configuration file instead of
using a crazy setup where a regtest=1 config file using an includeconf in the
[regtest] section includes another config file that specifies regtest=0,
retroactively switching the network to mainnet.

This setup was fragile and only worked because the triggered InitError happened
early enough that none of the ignored [regtest] options mattered (only
affecting log output).
2020-09-02 08:14:34 -05:00
..
2018-07-27 07:15:02 -04:00
2018-07-27 07:15:02 -04:00
2020-08-21 15:53:59 +01:00