Auto merge of #4246 - rex4539:fix-comment, r=daira

Remove stale comment

Closes https://github.com/zcash/zcash/issues/2962
This commit is contained in:
Homu 2019-12-06 17:32:12 +00:00
commit 98354db098
1 changed files with 1 additions and 3 deletions

View File

@ -326,9 +326,7 @@ SetupDummyInputs(CBasicKeyStore& keystoreRet, CCoinsViewCache& coinsRet)
BOOST_AUTO_TEST_CASE(test_basic_joinsplit_verification)
{
// We only check that joinsplits are constructed properly
// and verify properly here. libsnark tends to segfault
// when our snarks or what-have-you are invalid, so
// we can't really catch everything here.
// and verify them here.
//
// See #471, #520, #459 and probably others.
//