mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
Added RCTTypeCLSAG to decode_ringct
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/217
This commit is contained in:
parent
70ffcf68d8
commit
a715f9c37b
1 changed files with 1 additions and 0 deletions
|
@ -937,6 +937,7 @@ decode_ringct(rct::rctSig const& rv,
|
|||
case rct::RCTTypeSimple:
|
||||
case rct::RCTTypeBulletproof:
|
||||
case rct::RCTTypeBulletproof2:
|
||||
case rct::RCTTypeCLSAG:
|
||||
amount = rct::decodeRctSimple(rv,
|
||||
rct::sk2rct(scalar1),
|
||||
i,
|
||||
|
|
Loading…
Reference in a new issue