Skip to content

Commit

Permalink
Added TODO comment about BIP324 failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
mxaddict committed Feb 18, 2024
1 parent 8a7d115 commit 6e9f62f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/bip324_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ void TestBIP324PacketVector(
BOOST_FIXTURE_TEST_SUITE(bip324_tests, BasicTestingSetup)

BOOST_AUTO_TEST_CASE(packet_test_vectors) {
// TODO: fix this test to work
return;
// BIP324 key derivation uses network magic in the HKDF process. We use mainnet params here
// as that is what the test vectors are written for.
Expand Down

0 comments on commit 6e9f62f

Please sign in to comment.