chore: make db public so we can set metadata

This commit is contained in:
rymnc 2023-06-15 16:06:43 +05:30
parent b3a02216ce
commit 580787a236
No known key found for this signature in database
GPG Key ID: C740033EE3F41EBD
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ where
D: Database,
H: Hasher,
{
db: D,
pub db: D,
depth: usize,
next_index: usize,
cache: Vec<H::Fr>,