We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf8d5a3 commit e2eea71Copy full SHA for e2eea71
src/wallet/test/psbt_wallet_tests.cpp
@@ -70,7 +70,6 @@ BOOST_AUTO_TEST_CASE(psbt_updater_test)
70
// Try to sign the mutated input
71
SignatureData sigdata;
72
BOOST_CHECK(m_wallet.FillPSBT(psbtx, complete, SIGHASH_ALL, true, true) != TransactionError::OK);
73
- // BOOST_CHECK(spk_man->FillPSBT(psbtx, PrecomputePSBTData(psbtx), SIGHASH_ALL, true, true) != TransactionError::OK);
74
}
75
76
BOOST_AUTO_TEST_CASE(parse_hd_keypath)
0 commit comments