mirror of
https://github.com/monero-project/monero.git
synced 2026-01-15 14:23:31 -08:00
bulletproofs: add aggregated verification
Ported from sarang's java code
This commit is contained in:
@@ -2988,7 +2988,7 @@ bool Blockchain::check_tx_inputs(transaction& tx, tx_verification_context &tvc,
|
||||
}
|
||||
}
|
||||
|
||||
if (!rct::verRctSimple(rv, false))
|
||||
if (!rct::verRctNonSemanticsSimple(rv))
|
||||
{
|
||||
MERROR_VER("Failed to check ringct signatures!");
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user