mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-11 21:49:26 +00:00
Remove TODO on reading pseudo_outs for AggregateMlsagBorromean
This commit is contained in:
@@ -219,7 +219,9 @@ impl RctBase {
|
|||||||
RctBase {
|
RctBase {
|
||||||
fee: read_varint(r)?,
|
fee: read_varint(r)?,
|
||||||
// Only read pseudo_outs if they have yet to be moved to RctPrunable
|
// Only read pseudo_outs if they have yet to be moved to RctPrunable
|
||||||
// TODO: Shouldn't this be any Mlsag*?
|
// This would apply to AggregateMlsagBorromean and MlsagBorromean, except
|
||||||
|
// AggregateMlsagBorromean doesn't use pseudo_outs due to using the sum of the output
|
||||||
|
// commitments directly as the effective singular pseudo-out
|
||||||
pseudo_outs: if rct_type == RctType::MlsagBorromean {
|
pseudo_outs: if rct_type == RctType::MlsagBorromean {
|
||||||
read_raw_vec(read_point, inputs, r)?
|
read_raw_vec(read_point, inputs, r)?
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user