Verify that a 999-of-999 taproot multisig wallet is possible and can spend from it, and that neither a 1-of-0 nor 1-of-1000 is allowed.
The tests will require some time to run. On my Mac M1 the new tests run in about 40 seconds.
Had to bump fee rate to resolve assertions in sendtoaddress and psbt methods:
- code -5: assert rpc_online.gettransaction(txid)[“confirmations”] > 0
- code -26: min relay fee not met
Fixes #28179