diff --git a/coins/monero/src/rpc.rs b/coins/monero/src/rpc.rs index ccf56b24..73386829 100644 --- a/coins/monero/src/rpc.rs +++ b/coins/monero/src/rpc.rs @@ -408,8 +408,9 @@ impl Rpc { Ok(distributions.distributions.swap_remove(0).distribution) } - /// Get the specified outputs from the RingCT (zero-amount) pool, but only return them if they're - /// unlocked. + /// Get the specified outputs from the RingCT (zero-amount) pool, but only return them if their + /// timelock has been satisfied. This is distinct from being free of the 10-block lock applied to + /// all Monero transactions. pub async fn get_unlocked_outputs( &self, indexes: &[u64],