diff --git a/coins/monero/src/wallet/decoys.rs b/coins/monero/src/wallet/decoys.rs index d9b7703c..e9ab7280 100644 --- a/coins/monero/src/wallet/decoys.rs +++ b/coins/monero/src/wallet/decoys.rs @@ -26,6 +26,7 @@ lazy_static! { // TODO: Expose an API to reset this in case a reorg occurs/the RPC fails/returns garbage // TODO: This is not currently thread-safe. This needs to be a tokio Mutex held by select until // it returns + // TODO: Update this when scanning a block, as possible. static ref DISTRIBUTION: Mutex> = Mutex::new(Vec::with_capacity(3000000)); }