Skip to content

Commit e2eea71

Browse files
committed
merge bitcoin#24592: Delete old line of code that was commented out
1 parent cf8d5a3 commit e2eea71

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/wallet/test/psbt_wallet_tests.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ BOOST_AUTO_TEST_CASE(psbt_updater_test)
7070
// Try to sign the mutated input
7171
SignatureData sigdata;
7272
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);
7473
}
7574

7675
BOOST_AUTO_TEST_CASE(parse_hd_keypath)

0 commit comments

Comments
 (0)