mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
decode_ringct modified
This commit is contained in:
parent
69d81a0949
commit
68a53d582b
1 changed files with 14 additions and 14 deletions
|
@ -718,6 +718,8 @@ decode_ringct(const rct::rctSig& rv,
|
|||
unsigned int i,
|
||||
rct::key & mask,
|
||||
uint64_t & amount)
|
||||
{
|
||||
try
|
||||
{
|
||||
crypto::key_derivation derivation;
|
||||
|
||||
|
@ -733,8 +735,6 @@ decode_ringct(const rct::rctSig& rv,
|
|||
|
||||
crypto::derivation_to_scalar(derivation, i, scalar1);
|
||||
|
||||
try
|
||||
{
|
||||
switch (rv.type)
|
||||
{
|
||||
case rct::RCTTypeSimple:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue