Next step in #12952. Removes all usage of the ‘account’ API from the wallet functional tests, except:
- rpc_deprecated.py (which specifically tests the
-deprecatedrpc=accounts
command line argument is working properly). wallet_labels.py
(which tests that both the ’label’ and ‘account’ APIs work in V0.17).
‘account’ API usage for both of those tests can be removed once V0.17 has been branched.
Also excluded is:
wallet_importprunedfunds.py
(which fails due to a bitcoind OOM error)