From 8144956f8a85261fb89013e7ea7758ffa54787ef Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Thu, 2 Mar 2023 05:31:22 -0500 Subject: [PATCH] Further document get_unlocked_outputs --- coins/monero/src/rpc.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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],