We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f539c25 commit 196f1e3Copy full SHA for 196f1e3
src/wallet/test/psbt_wallet_tests.cpp
@@ -72,7 +72,6 @@ BOOST_AUTO_TEST_CASE(psbt_updater_test)
72
// Try to sign the mutated input
73
SignatureData sigdata;
74
BOOST_CHECK(m_wallet.FillPSBT(psbtx, complete, SIGHASH_ALL, true, true) != TransactionError::OK);
75
- // BOOST_CHECK(spk_man->FillPSBT(psbtx, PrecomputePSBTData(psbtx), SIGHASH_ALL, true, true) != TransactionError::OK);
76
}
77
78
BOOST_AUTO_TEST_CASE(parse_hd_keypath)
0 commit comments