mirror of
https://github.com/monero-project/monero.git
synced 2025-08-16 21:00:27 -04:00
Merge pull request #8676
29208a3
Cache successful erRctNonSemanticsSimple calls (SChernykh)
This commit is contained in:
commit
c48f572e46
4 changed files with 104 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue