Add another TODO

This commit is contained in:
Luke Parker 2023-02-15 20:44:53 -05:00
parent 07f424b484
commit 8260ec1a9e
No known key found for this signature in database

View file

@ -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<Vec<u64>> = Mutex::new(Vec::with_capacity(3000000));
}