mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Add another TODO
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user