mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 03:16:45 +01:00
Update StateDB to new & ExitInfo struct & BatchNum
Update StateDB to new & ExitInfo struct & BatchNum Also a small fix at txselector & log packages
This commit is contained in:
@@ -2,11 +2,13 @@ package common
|
||||
|
||||
import (
|
||||
"math/big"
|
||||
|
||||
"github.com/iden3/go-merkletree"
|
||||
)
|
||||
|
||||
type ExitInfo struct {
|
||||
AccountIdx Idx
|
||||
MerkleProof []byte
|
||||
MerkleProof *merkletree.CircomVerifierProof
|
||||
Balance *big.Int
|
||||
Nullifier *big.Int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user