Skip to content

Commit

Permalink
merge bitcoin#24592: Delete old line of code that was commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
kwvg committed Jan 13, 2025
1 parent d4e8d1f commit eea8e42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wallet/test/psbt_wallet_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ BOOST_AUTO_TEST_CASE(psbt_updater_test)
// Try to sign the mutated input
SignatureData sigdata;
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)
Expand Down

0 comments on commit eea8e42

Please sign in to comment.