I've added a test for non-BIP67 compliant inputs passed to create_multisig_psbt.
The test merely passes the same info as an existing test, but explicitly uses the path_list construction instead. It's not very good because the input is still technically BIP67 compliant; we're just not sorting ourselves, rather getting it from the order of the pubkeys in the test.
I've added a test for non-BIP67 compliant inputs passed to
create_multisig_psbt
.The test merely passes the same info as an existing test, but explicitly uses the
path_list
construction instead. It's not very good because the input is still technically BIP67 compliant; we're just not sorting ourselves, rather getting it from the order of the pubkeys in the test.