This pull request fixes wallet_signer functional test case. The expected values were set for Bitcoin network, fixed by setting correct values generated for BGL regtest network.
Notes
test/functional/test_runner.py test/functional/wallet_signer.py
Temporary test directory at /tmp/test_runner_20221108_201425
WARNING! The following scripts are not being run: ['rpc_estimatefee.py', 'wallet_bumpfee_totalfee_deprecation.py']. Check the test lists in test_runner.py.
Running Unit Tests for Test Framework Modules
..........
----------------------------------------------------------------------
Ran 10 tests in 0.854s
OK
Remaining jobs: [wallet_signer.py --descriptors]
1/1 - wallet_signer.py --descriptors passed, Duration: 3 s
TEST | STATUS | DURATION
wallet_signer.py --descriptors | ✓ Passed | 3 s
ALL | ✓ Passed | 3 s (accumulated)
Description
This pull request fixes wallet_signer functional test case. The expected values were set for Bitcoin network, fixed by setting correct values generated for BGL regtest network.
Notes