mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
doc: Delete old line of code that was commented out
This commit is contained in:
parent
3617d22562
commit
9a5b4d7892
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue