|
|
@ -718,6 +718,8 @@ decode_ringct(const rct::rctSig& rv,
|
|
|
|
unsigned int i,
|
|
|
|
unsigned int i,
|
|
|
|
rct::key & mask,
|
|
|
|
rct::key & mask,
|
|
|
|
uint64_t & amount)
|
|
|
|
uint64_t & amount)
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
try
|
|
|
|
{
|
|
|
|
{
|
|
|
|
crypto::key_derivation derivation;
|
|
|
|
crypto::key_derivation derivation;
|
|
|
|
|
|
|
|
|
|
|
@ -733,8 +735,6 @@ decode_ringct(const rct::rctSig& rv,
|
|
|
|
|
|
|
|
|
|
|
|
crypto::derivation_to_scalar(derivation, i, scalar1);
|
|
|
|
crypto::derivation_to_scalar(derivation, i, scalar1);
|
|
|
|
|
|
|
|
|
|
|
|
try
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
switch (rv.type)
|
|
|
|
switch (rv.type)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
case rct::RCTTypeSimple:
|
|
|
|
case rct::RCTTypeSimple:
|
|
|
|