mirror of
https://github.com/monero-project/monero.git
synced 2026-01-18 15:46:59 -08:00
Cache successful verRctNonSemanticsSimple calls
This commit is contained in:
@@ -3613,7 +3613,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;
|
||||
|
||||
Reference in New Issue
Block a user