diff --git a/coins/monero/src/rpc/mod.rs b/coins/monero/src/rpc/mod.rs index 02fcc5731..c78beb543 100644 --- a/coins/monero/src/rpc/mod.rs +++ b/coins/monero/src/rpc/mod.rs @@ -594,6 +594,7 @@ impl Rpc { Vec::new() }; + // TODO: https://github.com/serai-dex/serai/issues/104 outs .iter() .enumerate() diff --git a/coins/monero/src/wallet/decoys.rs b/coins/monero/src/wallet/decoys.rs index 69f67a7a7..901b554be 100644 --- a/coins/monero/src/wallet/decoys.rs +++ b/coins/monero/src/wallet/decoys.rs @@ -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