aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Folkson <michaelfolkson@gmail.com>2022-03-16 19:30:46 +0000
committerMichael Folkson <michaelfolkson@gmail.com>2022-03-16 19:33:52 +0000
commit9a5b4d78921ffd16c78d3661447faa065426da67 (patch)
tree2f2608a82f966fe0d4ddb6e97bfd203cff951694 /src
parent3617d225628f629bbfa686937edf63f66f12e138 (diff)
downloadbitcoin-9a5b4d78921ffd16c78d3661447faa065426da67.tar.xz
doc: Delete old line of code that was commented out
Diffstat (limited to 'src')
-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)