mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 19:36:44 +01:00
Add StateTree leafs & ExtTree data ZKI calculation
This commit is contained in:
@@ -44,7 +44,7 @@ type StateDB struct {
|
||||
// idx holds the current Idx that the BatchBuilder is using
|
||||
idx common.Idx
|
||||
zki *common.ZKInputs
|
||||
i int // i is used for zki
|
||||
i int // i is the current transaction index in the ZKInputs generation (zki)
|
||||
}
|
||||
|
||||
// NewStateDB creates a new StateDB, allowing to use an in-memory or in-disk
|
||||
|
||||
Reference in New Issue
Block a user