mirror of
https://github.com/monero-project/monero.git
synced 2025-12-10 07:22:34 +01:00
add bulletproofs from v7 on testnet
This commit is contained in:
@@ -80,7 +80,7 @@ public:
|
||||
{
|
||||
if (rct)
|
||||
{
|
||||
if (m_tx.rct_signatures.type == rct::RCTTypeFull)
|
||||
if (m_tx.rct_signatures.type == rct::RCTTypeFull || m_tx.rct_signatures.type == rct::RCTTypeFullBulletproof)
|
||||
return rct::verRct(m_tx.rct_signatures);
|
||||
else
|
||||
return rct::verRctSimple(m_tx.rct_signatures);
|
||||
|
||||
Reference in New Issue
Block a user