mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-10 01:03:10 +00:00
add TODO
This commit is contained in:
parent
db5815ec09
commit
6ede7eac16
@ -6,6 +6,7 @@ use storage::RocksDBIO;
|
||||
|
||||
pub struct SequecerBlockStore {
|
||||
dbio: RocksDBIO,
|
||||
// TODO: Consider adding the hashmap to the database for faster recovery.
|
||||
tx_hash_to_block_map: HashMap<TreeHashType, u64>,
|
||||
pub genesis_id: u64,
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user