mirror of
https://github.com/vacp2p/pmtree.git
synced 2026-01-09 15:28:02 -05:00
chore: make db public so we can set metadata
This commit is contained in:
@@ -27,7 +27,7 @@ where
|
||||
D: Database,
|
||||
H: Hasher,
|
||||
{
|
||||
db: D,
|
||||
pub db: D,
|
||||
depth: usize,
|
||||
next_index: usize,
|
||||
cache: Vec<H::Fr>,
|
||||
|
||||
Reference in New Issue
Block a user