Merge b8992f2d4a into merged_master (Bitcoin PR bitcoin/bitcoin#24592)

This commit is contained in:
Byron Hambly 2023-10-16 08:57:05 +00:00
commit 8a8b029f97

View file

@ -67,7 +67,6 @@ BOOST_AUTO_TEST_CASE(psbt_updater_test)
SignatureData sigdata;
bool complete = true;
BOOST_CHECK(m_wallet.FillPSBT(psbtx, complete, SIGHASH_ALL, true, true) != TransactionError::OK);
//BOOST_CHECK(spk_man->FillPSBT(psbtx, PrecomputePSBTData(psbtx), SIGHASH_ALL, true, true) != TransactionError::OK);
}
BOOST_AUTO_TEST_CASE(parse_hd_keypath)