Issue and Steps to Reproduce
Running the recently added PSBT tests on a pre 0.20 bitcoind
seems to fail. Whereas they work with recent versions of bitcoind
(At least they work with 0.20.1
but not 0.19.1
)
Affected tests:
tests/test_wallet.py::test_fundpsbt
tests/test_wallet.py::test_utxopsbt
tests/test_wallet.py::test_sign_and_send_psbt
Message:
bitcoin.rpc.JSONRPCError: {'code': -22, 'message': 'TX decode failed PSBT is not sane.: iostream error'}