mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-17 09:27:36 +00:00
Add another TODO
This commit is contained in:
parent
07f424b484
commit
8260ec1a9e
1 changed files with 1 additions and 0 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue