|
|
@ -68,7 +68,6 @@ BOOST_AUTO_TEST_CASE(psbt_updater_test)
|
|
|
|
// Try to sign the mutated input
|
|
|
|
// Try to sign the mutated input
|
|
|
|
SignatureData sigdata;
|
|
|
|
SignatureData sigdata;
|
|
|
|
BOOST_CHECK(m_wallet.FillPSBT(psbtx, complete, SIGHASH_ALL, true, true) != TransactionError::OK);
|
|
|
|
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)
|
|
|
|
BOOST_AUTO_TEST_CASE(parse_hd_keypath)
|
|
|
|