aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2022-03-16 16:18:54 -0400
committerAndrew Chow <achow101-github@achow101.com>2022-03-16 16:19:02 -0400
commitb8992f2d4ae4abcbc4bb26919163e5a90ccfb04c (patch)
tree2f2608a82f966fe0d4ddb6e97bfd203cff951694
parent3617d225628f629bbfa686937edf63f66f12e138 (diff)
parent9a5b4d78921ffd16c78d3661447faa065426da67 (diff)
downloadbitcoin-b8992f2d4ae4abcbc4bb26919163e5a90ccfb04c.tar.xz
Merge bitcoin/bitcoin#24592: doc: Delete old line of code that was commented out
9a5b4d78921ffd16c78d3661447faa065426da67 doc: Delete old line of code that was commented out (Michael Folkson) Pull request description: In #23288 MarcoFalke [highlighted](https://github.com/bitcoin/bitcoin/pull/23288/files#r739817055) an old BOOST_CHECK that was commented out and replaced by a different BOOST_CHECK. I think this can be deleted and wasn't deliberately left in by achow101. ACKs for top commit: achow101: ACK 9a5b4d78921ffd16c78d3661447faa065426da67 jonatack: ACK 9a5b4d78921ffd16c78d3661447faa065426da67 Tree-SHA512: 69aa71d362bb190c75d617766f6af945a43211ddb315ccfef5ebab2beefe020032d99f0d0d4b312aa349e605ba712a8bc91d7f0a22427681e08c95f8a6ea7e64
-rw-r--r--src/wallet/test/psbt_wallet_tests.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/test/psbt_wallet_tests.cpp b/src/wallet/test/psbt_wallet_tests.cpp
index b953f402a2..62053ae8d2 100644
--- a/src/wallet/test/psbt_wallet_tests.cpp
+++ b/src/wallet/test/psbt_wallet_tests.cpp
@@ -68,7 +68,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)