mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
Decoding outputs on v0.14.0.0
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/167
This commit is contained in:
parent
68c474ccb6
commit
c05dfcf34a
1 changed files with 1 additions and 0 deletions
|
@ -936,6 +936,7 @@ decode_ringct(rct::rctSig const& rv,
|
||||||
{
|
{
|
||||||
case rct::RCTTypeSimple:
|
case rct::RCTTypeSimple:
|
||||||
case rct::RCTTypeBulletproof:
|
case rct::RCTTypeBulletproof:
|
||||||
|
case rct::RCTTypeBulletproof2:
|
||||||
amount = rct::decodeRctSimple(rv,
|
amount = rct::decodeRctSimple(rv,
|
||||||
rct::sk2rct(scalar1),
|
rct::sk2rct(scalar1),
|
||||||
i,
|
i,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue