Merge pull request #8676

29208a3 Cache successful erRctNonSemanticsSimple calls (SChernykh)
This commit is contained in:
luigi1111 2023-01-11 12:28:08 -05:00
commit c48f572e46
No known key found for this signature in database
GPG key ID: F4ACA0183641E010
4 changed files with 104 additions and 1 deletions

View file

@ -3632,7 +3632,7 @@ bool Blockchain::check_tx_inputs(transaction& tx, tx_verification_context &tvc,
}
}
if (!rct::verRctNonSemanticsSimple(rv))
if (!rct::verRctNonSemanticsSimpleCached(rv))
{
MERROR_VER("Failed to check ringct signatures!");
return false;