Skip to content

Commit

Permalink
Put back TODO for issue #104
Browse files Browse the repository at this point in the history
  • Loading branch information
j-berman committed Nov 30, 2023
1 parent 438afa7 commit df5dbf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions coins/monero/src/rpc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,7 @@ impl<R: RpcConnection> Rpc<R> {
Vec::new()
};

// TODO: https://github.com/serai-dex/serai/issues/104
outs
.iter()
.enumerate()
Expand Down
2 changes: 1 addition & 1 deletion coins/monero/src/wallet/decoys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ impl Decoys {
/// If no reorg has occurred and an honest RPC, any caller who passes the same height to this
/// function will use the same distribution to select decoys. It is fingerprintable
/// because a caller using this will not be able to select decoys that are timelocked
/// with a timestamp. Any transaction which includes timestamp timelocked outputs in its
/// with a timestamp. Any transaction which includes timestamp timelocked decoys in its
/// rings could not be constructed using this function.
///
/// TODO: upstream change to monerod get_outs RPC to accept a height param for checking
Expand Down

0 comments on commit df5dbf0

Please sign in to comment.