fix: comment out unused variable until tests are fixed

This commit is contained in:
Byron Hambly 2023-09-07 16:06:03 +02:00
parent 54660d006f
commit 69e09aa2ea
No known key found for this signature in database
GPG key ID: DE8F6EA20A661697

View file

@ -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());