mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 11:26:44 +01:00
Add ZKInputs test to use ProofServer
This commit is contained in:
@@ -274,7 +274,6 @@ func (tp *TxProcessor) ProcessTxs(coordIdxs []common.Idx, l1usertxs, l1coordinat
|
||||
if tp.i < nTx-1 {
|
||||
tp.zki.ISOutIdx[tp.i] = tp.s.CurrentIdx().BigInt()
|
||||
tp.zki.ISStateRoot[tp.i] = tp.s.MT.Root().BigInt()
|
||||
// tp.zki.ISAccFeeOut[tp.i] = formatAccumulatedFees(collectedFees, tp.zki.FeePlanTokens)
|
||||
tp.zki.ISAccFeeOut[tp.i] = formatAccumulatedFees(collectedFees, tp.zki.FeePlanTokens, coordIdxs)
|
||||
if exitIdx == nil {
|
||||
tp.zki.ISExitRoot[tp.i] = exitTree.Root().BigInt()
|
||||
|
||||
Reference in New Issue
Block a user