You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They were introduced in #20833 and #21800 to avoid using the wallet in non-wallet functional tests.
Since then, wonderful people have created the same functionality in MiniWallet, so these are now redundant. I'm rewriting my branches to avoid using them. It would be a good cleanup to (1) refactor the call sites in rpc_packages.py to use MiniWallet instead, and (2) remove these 3 functions from wallet.py.