mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
fix: comment out unused variable until tests are fixed
This commit is contained in:
parent
54660d006f
commit
69e09aa2ea
1 changed files with 1 additions and 1 deletions
|
|
@ -1820,7 +1820,7 @@ BOOST_AUTO_TEST_CASE(bip341_keypath_test_vectors)
|
|||
ScriptExecutionData sed;
|
||||
sed.m_annex_init = true;
|
||||
sed.m_annex_present = false;
|
||||
uint256 sighash;
|
||||
// uint256 sighash;
|
||||
// BOOST_CHECK(SignatureHashSchnorr(sighash, sed, tx, txinpos, hashtype, SigVersion::TAPROOT, txdata, MissingDataBehavior::FAIL));
|
||||
// BOOST_CHECK_EQUAL(HexStr(sighash), input["intermediary"]["sigHash"].get_str());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue