Further document get_unlocked_outputs

This commit is contained in:
Luke Parker 2023-03-02 05:31:22 -05:00
parent 8260ec1a9e
commit 8144956f8a
No known key found for this signature in database

View file

@ -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],