decode_ringct takes pubkey by reference now, not copy

pull/54/head
moneroexamples 7 years ago
parent 252b80d08b
commit 751c603039

@ -807,7 +807,7 @@ ptime_to_time_t(const pt::ptime& in_ptime)
bool
decode_ringct(const rct::rctSig& rv,
const crypto::public_key pub,
const crypto::public_key &pub,
const crypto::secret_key &sec,
unsigned int i,
rct::key & mask,

@ -189,7 +189,7 @@ ptime_to_time_t(const pt::ptime& in_ptime);
bool
decode_ringct(const rct::rctSig & rv,
const crypto::public_key pub,
const crypto::public_key &pub,
const crypto::secret_key &sec,
unsigned int i,
rct::key & mask,

Loading…
Cancel
Save